I need a Play button
I need some help with a play button.
Not like a button that when pressed, starts the game, but like this game: http://gamesalad.com/g/28511
Notice that you can 'draw' and then when your done, press play, and the lvl plays through.
So i would be most thankful if anyone knew how to do this.
Thanks!
Not like a button that when pressed, starts the game, but like this game: http://gamesalad.com/g/28511
Notice that you can 'draw' and then when your done, press play, and the lvl plays through.
So i would be most thankful if anyone knew how to do this.
Thanks!
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Comments
Then make an actor called play button.
Put a rule on it saying - When touch is pressed - Change attribute game.play to true.
Then on the 'ball' you would put all the rules in it into another rule that says 'when attribute game.play is true'
It will do the things its told to (like add the gravity)
and then in the rule that destroy's the ball (the rule that tells the app what to do when you fail) - Change attribute game.play to false.
Hope that made sense.
JamieOneil