Unpause timer problem (help please)

I saw the template you made for the pause and unpause (link http://forums.gamesalad.com/discussion/56861/how-you-make-pause-for-custom-timers) amazing template helped me a lot!!! But can you help me with one thing?

I have a game with 3 lives and a custom timer by tshirtbooth. When I was playing my game I found out that when I die the timer doesnt stop its countdown. So what I ended up doing was was that I opened up my custom time and added a rule using what you did for pause and unpause template. I put:

Rule:

game.lives = 0

Do change attribute

game.pause to abs(game.pause+1)%2

Else

Rule:

Game.lives > 0

Do Change attribute

Game.pause to game.pause

The first part works perfectly. When I the actor loses 3 lives the timer stops but when I press the game over (which rests the scene) the timer doesnt upause.

How could I fix this? Please help. I'm very new to gamesalad so bare with me

Thanks :)

Sign In or Register to comment.