In my newest game that I'm creating I want to know how to make a sprite hide in certan scenes and be there in others.
Thanks !)
Offline
Just use the Broadcast and When I receive blocks.
When a scene starts, broadcast something like: "Scene 5 start", then what ever you want to hide, add When I receive: Scene 5 start, hide. Just make sure you use show when you want it to show in certain scenes.
Offline