Start button issue

kajutokajuto Member Posts: 314
edited March 2012 in Miscellaneous
hi there! i have a timer, and the code i used is this:

Display Text
-floor((floor(game.mytimer%3600)/60%10))..":"..floor((game.mytimer%60)/10)..floor(game.mytimer%10)

Change Att
-game.startime to game.time

Rule
-att game.mytime >0
-constrain att
-game.mytimer to 120-(game.time-game.starttime)

Rule
-att game.mytime =0
- Timer
-after 2 seconds run to completion
- pause game

how can i set the timer to start , when i touch the start button to start to play?????

Comments

Sign In or Register to comment.