Pages: 1
Topic closed
How do you hide guys and make them reappear at any time you want without pressing buttons or touching colors
Offline
What, you mean, make them reappear with your mind?
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
I want it to show again when you get to the next level.
Offline
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
I'm scrolling and when a certain background shows it's level2 and so on.
Offline
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)
Offline
Topic closed
Pages: 1