Start button help
kajuto
Member Posts: 314
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
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