This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-03-12 11:25:20

Emral
New Scratcher
Registered: 2011-03-11
Posts: 5

Start activation

I'm quite new here. I want to be able to click start, a sprite I made, and then it will dissapear and move onto the next stage. How can I do this?

Offline

 

#2 2011-03-12 12:04:18

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Start activation

What do you mean by "move onto the next stage"?  hmm


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#3 2011-03-12 12:06:35

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

Re: Start activation

Harakou wrote:

What do you mean by "move onto the next stage"?  hmm

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)


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#4 2011-03-12 13:30:20

floppy_gunk
Scratcher
Registered: 2008-11-14
Posts: 500+

Re: Start activation

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]


http://img163.imageshack.us/img163/1917/2856lg.jpg Get it now!  smile

Offline

 

Board footer