Falling.. with Style!

I'm working on a platformer-based fighting game, and I need to make it so that if a player leaves the screen to the top or bottom they are destroyed. X is on wrap, and my scene is 1280 x 800. Gravity is on as well.

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    edited February 2015

    Just make a rule based on the self.position.Y value of the actor.

Sign In or Register to comment.