Add lives after Score sums up to 5000
![nashmusic](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi all! I am having trouble with the score. What is the mathematic or logic equation in order to indicate that when the user reaches 5000, a life is added to its current lives. I tried to put on the background to change attribute when games.lives = 5000, (games.lives+1) but it does not seem to work. I think it expects the score to be 5000 only and not more in order to add a life. And I am afraid that if i Put equal or greater than 5000, it will keep adding lives. I just want it to add a life after the user reaches 5000 points. Thanks for your help
Comments