Timer Help

jehd1914jehd1914 Member Posts: 21
edited November -1 in Working with GS (Mac)
How do you make a score higher every second?

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    Create a global integer attribute called 'score'. (without the quotes)

    Create an Actor and drag a Timer behavior into it.

    Set up the Timer like this:

    Timer
    Every 1 seconds
    -----Change Attribute: game.score To: game.score + 1 [or whatever]
Sign In or Register to comment.