Harakou wrote:
What do you mean by "move onto the next stage"?
![]()
I think he is making a game, and he wants to know how to make the start button disappear after you click it and for the game to move on to the next stage when you click the start button.
Last edited by kimmy123 (2011-03-12 12:07:00)
Offline
For the 'start' sprite, use:
[blocks]
<when[ start ]clicked>
<broadcast[ play
<hide>
[/blocks]
And for the stage, use:
[blocks]
<when I receive[ play
<next costume>
[/blocks]
Offline