toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
Auto Scoring
TeheRJ
Member
Posts:
6
April 2011
edited November -1
in
Working with GS (Mac)
How do I create an auto scoring system or when you start the game, it will keep adding like 100 to your score until you die or lose?
Comments
jonmulcahy
Member, Sous Chef
Posts:
10,408
April 2011
simplest way is to use a timer
every 1 seconds
change attribute game.Score to game.Score + 100
this will change your score by 100 every second.
TeheRJ
Member
Posts:
6
April 2011
Thanks!
Sign In
or
Register
to comment.
Comments
every 1 seconds
change attribute game.Score to game.Score + 100
this will change your score by 100 every second.