Discuss Scratch

TakenChallenge
Scratcher
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?

when this sprite clicked
hide
play sound [ v]
switch backdrop to [ v]
Derpamations_Inc
Scratcher
14 posts

How to make multiple sprites hide with one click?

Ok, try this…
when this sprite clicked
broadcast [Hide v]
hide

when I receive [Hide v] //In another sprite you want to hide
hide
Did that answer your question?

Powered by DjangoBB