How do I make something so if you click 1 sprite, 2 sprites get hidden. Like, for a start menu.
Offline
For something like that, the broadcast block would probably work best.
Give the sprite you're clicking this script:
And the sprite(s) you want to hide this script:
And they should disappear. You can also use the show block if you want them to come back.
Last edited by 06dknibbs (2010-09-30 18:03:21)
Offline
You could use a script something like this:
sprite1's:
[blocks] <when[ sprite1 ]clicked> [/blocks]
<broadcast[hide ]and wait c>
sprite2 and sprite3's
[blocks] <when I receive[ hide]
<hide> [/blocks]
I hope this helped!
(I have no idea why the second block didn't work, sorry about that)
Last edited by XplodingEggs (2010-09-30 19:23:36)
Offline