I need a Play button

Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
edited November -1 in Working with GS (Mac)
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!

Comments

  • JamieOneilJamieOneil Member Posts: 877
    Create an attribute called 'play'

    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
  • creativeappscreativeapps Member Posts: 1,770
    Jamie is genius in this. follow those steps and it works fine.
Sign In or Register to comment.