Spawn/Destroy Question
Hi All,
In my game I have various actors which spawn at the bottom of the screen and Destroy at the top, the problem is that when the actors appear at the bottom of the screen they are fully formed and when they hit the top of the screen they disappear instantly. How do I make them appear/disappear gradually?
Oh, and the scene has a Y wrap.
Cheers.
In my game I have various actors which spawn at the bottom of the screen and Destroy at the top, the problem is that when the actors appear at the bottom of the screen they are fully formed and when they hit the top of the screen they disappear instantly. How do I make them appear/disappear gradually?
Oh, and the scene has a Y wrap.
Cheers.
It’s not a bug – it’s an undocumented feature
Comments
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Is it possible to make the top of the actor fade before the bottom doing this? so it looks like it's just going off screen.
It’s not a bug – it’s an undocumented feature
In general, it's better to recycle the actor instead of spawn/destroy. Just let him go off screen and move it back down when you need it.
Follow Eating My Hat on Facebook and the Blog
Check out my templates in the GS Marketplace or at the store
It’s not a bug – it’s an undocumented feature