Increasing a score based on time
Hi everyone, unfortunately university has kept me away from Gamesalad for quite a while and I'm now a little rusty.
I want to build up a score based on how long a player can survive, but I'm not really sure the best way to do this. Just "while game.playing" is true, 'every 0.1 second" change "game.score" to "game.score + 3"?
I imagine this has probably been solved in a forum post, but I'm not sure what to search for.
I want to build up a score based on how long a player can survive, but I'm not really sure the best way to do this. Just "while game.playing" is true, 'every 0.1 second" change "game.score" to "game.score + 3"?
I imagine this has probably been solved in a forum post, but I'm not sure what to search for.
Comments
Score = self.time*X
(X being whatever you want)