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

#1 2010-05-20 17:09:52

4lover
Scratcher
Registered: 2010-04-24
Posts: 500+

How do you hide guys and make them reappear?

How do you hide guys and make them reappear at any time you want without pressing buttons or touching colors


Check out this awesome new zombie-cod type of game: http://scratch.mit.edu/projects/4lover/1975649

Offline

 

#2 2010-05-20 17:12:08

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: How do you hide guys and make them reappear?

What, you mean, make them reappear with your mind?  wink
I'm sure you could whip something like that up with the Wait block and the Hide and Show blocks, which are found in Control and Looks respectively.

Offline

 

#3 2010-05-20 18:27:36

scmb1
Scratch Team
Registered: 2009-03-19
Posts: 1000+

Re: How do you hide guys and make them reappear?

I'm not entirely sure if I understand your question. When do you want it to show again?

Does this help at all?
http://img121.imageshack.us/img121/6379/hideandshow.gif


http://i48.tinypic.com/2z5pqad.png

Offline

 

#4 2010-05-20 19:41:38

4lover
Scratcher
Registered: 2010-04-24
Posts: 500+

Re: How do you hide guys and make them reappear?

I want it to show again when you get to the next level.


Check out this awesome new zombie-cod type of game: http://scratch.mit.edu/projects/4lover/1975649

Offline

 

#5 2010-05-20 19:42:37

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: How do you hide guys and make them reappear?

4lover wrote:

I want it to show again when you get to the next level.

Are you using variables for the level change, or broadcasts, or what?

Last edited by coolstuff (2010-05-20 19:42:48)

Offline

 

#6 2010-05-20 22:57:08

4lover
Scratcher
Registered: 2010-04-24
Posts: 500+

Re: How do you hide guys and make them reappear?

I'm scrolling and when a certain background shows it's level2 and so on.


Check out this awesome new zombie-cod type of game: http://scratch.mit.edu/projects/4lover/1975649

Offline

 

#7 2010-05-21 01:57:21

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: How do you hide guys and make them reappear?

Use something along the lines of this:

[wait until <(([background#] of [stage]) = (2))>]

If the second background isn't level two, use the appropriate number. :)

Last edited by Chrischb (2010-05-21 01:57:27)


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

Board footer