Problems with lives
EddyAllen
Member Posts: 23
ok so ive been trying to add lives to my game and so far its working i have the display you lose lives and everything but after all your lives are done you can still add objects my game is sorta like peggle so its quite frustrating to get this to work ive tried making the game switch sceane when you rlives are done but thats not the effect i want it want it to show the final score and allow you to have highscores how hard would this be
Comments
Then you could have a button to restart, next level, menu etc.
Hope that helps
// Red Dot Inc
Have an attribute - canSpawn
set this to 1 as default.
When you spawn a ball, change the attribute to 0. When the ball is destroyed change this attribute back to 1.
It is possible, have a look on the wiki http://gamesalad.com/wiki
// Red Dot Inc