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

#1 2010-01-11 10:23:40

tintenfish
Scratcher
Registered: 2010-01-11
Posts: 2

Let more than one Object disappear

Hello
How can I let all other objects disappear by klicking just one button? Thank you very much for your help!

Offline

 

#2 2010-01-11 19:13:54

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: Let more than one Object disappear

Make it broadcast a message, for example:
Button:
<when sprite clicked>
[broadcast hide]

On all the sprites to hide:
<when I receive hide>
[hide]


Hai.

Offline

 

Board footer