Yeah, you just say that when it recieves a broadcast, it has to hide
Offline
Easy! click on looks and scroll down and they will be a key saying hide.
Offline
pencilmaster:
You can make a sprite hide for a few levels and then appear by making a variable titled "level"
have on your waiting sprite:
forever start
if {<level> = <whatever level you want>}
show
else
hide
this is handy if the level you want it on is not the last level. It uses the "if, else" block. If you are unfamiliar with it, this is a good chance to experiment and learn!
Last edited by Sky01 (2012-01-04 18:09:12)
Offline
you do the "ghost" effect (under change color by _ or something) if you want to make them appear again, you do "clear graphic effects." hope that helped!
Offline