I need help with a game I am trying to make (in AS2). What I want is a certain letter on the keyboard add 1 to the score. Right now in the actions on the main frame I have:
stop;
score=0
My text that shows the score is called scoreText and the "Var" is set to score. I can't seem to get any...