Issues with Touch

Hello, All,

In my game, you hit a colored square that takes up 1/4 of the screen. This gives you 10 points and then the game randomly selects a new position for the square which you hit again.

If you hit the background instead of the square, you lose 10 points.

My issue is that once the square or background are touched one time, it gives the player +10 or -10 points initially; after this, the score never goes up past 10 or down past -10.

The rules I currently have up are:

When Touch is Pressed, change attribute game.Score to +10. (colored square)

When Touch is Pressed, change attribute game.Score to -10. (background)

Is there something wrong with the rules I'm using? I'm thinking the issue is that the game is reading it as "once Touch is pressed, change the score and leave it so"--how might I go about fixing this?

Thanks much!

Comments

Sign In or Register to comment.