Hello,
How to show hide actor when collide with another actor
Either use a Destroy behavior that will delete the entire actor from your scene. Of if you just want to hide it you can use a Change behavior and change it's Alpha to 0, which would make it invisible but still on screen.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
We use 2 actors for the template below and simply change the alpha to 1 or 0.
One is on the bottom layer and the other is on the top.
Darren.
Comments
Either use a Destroy behavior that will delete the entire actor from your scene. Of if you just want to hide it you can use a Change behavior and change it's Alpha to 0, which would make it invisible but still on screen.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
We use 2 actors for the template below and simply change the alpha to 1 or 0.
One is on the bottom layer and the other is on the top.
Darren.