toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
Timer Help
jehd1914
Member
Posts:
21
June 2010
edited November -1
in
Working with GS (Mac)
How do you make a score higher every second?
Comments
firemaplegames
Member
Posts:
3,211
June 2010
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.
Comments
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]