I need help with creating a Greenfoot game. The game is Rock paper scissors. I have two actors (Player 1 and player 2) and subclasses (rock, paper, scissors). I am having an issue implementing a timer. Currently I have the timer on the world, but when "Run" is pressed, the timer stays the same number. Also, how would I code the game so when the timer runs out, the player's choice (rock paper scissors) appears. The players choose their choices by pressing a key (a = scissors, s = paper, d = rock --> for player 2.. etc). Please help! @danpost (<-- the genius/master of greenfoot)

