Start button help

kajutokajuto Member Posts: 314
edited February 2012 in Miscellaneous
Hi there!! Thanks in advance. How can i create a button that called let say..Start , when the player press it the whole scene start animate, falling object, ect.?? But without affecting the scene when the player touch Level 1 for example the scene start blinking

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    make an attribute called startGame, make it a boolean and set it to false

    on the start button have when touch is pressed, change attribute startGame to true

    then put all your rules, behaviors, and movements that you want to happen after you press the start button in a rule when attribute startGame = true

    cheers
  • kajutokajuto Member Posts: 314
    Can u explain in detail sorry johnpapiomitis I'm kind of new here.. Sorry to bother u
Sign In or Register to comment.