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

#1 2011-03-21 17:02:21

minihydro
Scratcher
Registered: 2011-03-16
Posts: 50

hiding more than a level

i want to make a sprite which hides in level 1     4       5 but how do you do that i done that but the sprite shows up in level 1

Offline

 

#2 2011-03-21 17:07:30

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: hiding more than a level

Broadcast something when levels 1, 4, and 5 are started. Then in the scripts for the sprite that you want to hide, add the script
|When I recieve (message)|
|hide|


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#3 2011-03-21 17:11:56

minihydro
Scratcher
Registered: 2011-03-16
Posts: 50

Re: hiding more than a level

this it what i done

<when green flag clicked>
<forever>
<if><else>
<hide>
<show>

Offline

 

#4 2011-03-21 17:22:33

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: hiding more than a level

There's no need to use an if-else block, you just need it to hide when it should hide, then show when it should show.


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

Board footer