I need help on making all the sprites dissaper when i click on something and something else appeaer
Offline
When the sprite is clicked, make it send a broadcast - and for the sprites that hide when it's clicked, have them wait until they receive the broadcast and then hide.
Offline
Well, you can give the sprite to click this script.
Give the sprites you want to vanish this script;
And give the stage this script.
Offline