Do something when actor goes out of camera
lloydowen
Member Posts: 78
`how do i create a rule so when the actor goes out of the camera's view it does something? thanks
Comments
-when any condition is valid;
*self.position.X > game.camera.origin.X + self.size.width
*self.position.Y > game.camera.origin.Y + self.size.height
-*-Do something.
------------
---
That should solve your problem I guess. But keep in mind that this is for landscape mode...
@lloydowen, have you tried any of this methods yet?