Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make multiple sprites hide with one click?
- TakenChallenge
-
4 posts
How to make multiple sprites hide with one click?
I am making a game where if you click the Info button, it will show a screen with the info. I know how to make that sprite, the Info button disappear, but how do I make the start button disappear? I've looked and I can't seem to find anything that could help. Please help me!
Right now, I have this script. What do I need to add?
Right now, I have this script. What do I need to add?
when this sprite clicked
hide
play sound [ v]
switch backdrop to [ v]
- Derpamations_Inc
-
14 posts
How to make multiple sprites hide with one click?
Ok, try this…
when this sprite clickedDid that answer your question?
broadcast [Hide v]
hide
when I receive [Hide v] //In another sprite you want to hide
hide
- Discussion Forums
- » Help with Scripts
-
» How to make multiple sprites hide with one click?