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

#1 2009-08-17 20:55:10

jstua23
Scratcher
Registered: 2009-08-16
Posts: 10

Making things dissapeer and reappear

ok, now with that hunting game...... i put in a help page up the front and now i need the wolves and aimer 2 dissaper on the help screen but come back up in the hunting background  yikes   tongue 

ALL HELP IS APPRECIATED

smile


Fox, Unit And Dc Own !!!!!!!!!!!!!!!!!!!!!!!!!

Offline

 

#2 2009-08-17 22:07:11

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: Making things dissapeer and reappear

Try using the show and hide blocks. If you have a button that you press for the help screen use this block:
<broadcast[ Hide

Then the wolves and the aimer will have a script like this:
<when I receive[ Hide
<hide>

When you press another button to play the game, use a script like that, but with <show> instead of <hide> . Good luck!

Offline

 

Board footer