Skip to main content

Behaviours

Platformer

The platformer behaviour is useful for beginners and simple platformer games.

Enable Platformer Mode

The Enable Platformer Mode for an Actor event is a simplified call for the following events:

During the actor pre-update if the behaviour is enabled the Set Actor Acceleration X event will be called with a value of 0.

Disable Platformer Mode

The Disable Platformer Mode for an Actor event is a simplified call for the following events:

Simulate Control

The Actor Simulate Control Press event is a simplified call for the following events:

Tile-Movement

The Actor Simulate Tile-based Movement event is a simplified call for the following set of events:

If the Auto-Interaction is enabled

If the Manage Animation is enabled

Animation PNG Setup

To work with the managed animation, you need to adjust the PNG like the attached PNG.

Tiled Animations

See Also