destroy actor when it goes off screen?
madisonn
Member Posts: 24
I have a scrollable layer with platforms (that don't move) that need to be destroyed when they go off the screen. I've tried when self.Position.Y is less than 0 to destroy the actor, but it's not working- Please help, thanks!
Comments
If you are tracking a main actor trigger it based on it's position, or trigger it based on the camera position.