Skip to content

3D-like Flip for 2D Sprites

Flip sprites with a 3D-like rotation effect.

Authors and contributors to this experimental extension: VegeTato, D8H.


Flip sprites with a 3D-like rotation effect.

Tip

Learn how to install new extensions by following a step-by-step guide.

3D Flip

Flip a Sprite with a 3D effect.

Behavior actions

Flip the object
Start a flipping animation on the object. The X origin point must be set at the object center.

See parameters
  • Parameter 0: 👾 Object
  • Parameter 1: 🧩 Behavior
  • Parameter 2 (🔢 Number): Duration (in seconds)

Technical note: parameter 3 are internal parameters handled by GDevelop.

Flip to a side
Flips the object to one specific side. The X origin point must be set at the object center.

See parameters
  • Parameter 0: 👾 Object
  • Parameter 1: 🧩 Behavior
  • Parameter 2 (❓ Yes or No): Reverse side
  • Parameter 3 (🔢 Number): Duration (in seconds)

Technical note: parameter 4 are internal parameters handled by GDevelop.

Jump to flipping end
Jump to the end of the flipping animation.

See parameters
  • Parameter 0: 👾 Object
  • Parameter 1: 🧩 Behavior

Technical note: parameter 2 are internal parameters handled by GDevelop.

Behavior conditions

Is flipped
Checks if the object is flipped or will be flipped.

See parameters
  • Parameter 0: 👾 Object
  • Parameter 1: 🧩 Behavior

Technical note: parameter 2 are internal parameters handled by GDevelop.

Flipping is playing
Checks if a flipping animation is currently playing.

See parameters
  • Parameter 0: 👾 Object
  • Parameter 1: 🧩 Behavior

Technical note: parameter 2 are internal parameters handled by GDevelop.

No expressions for this behavior.


This page is an auto-generated reference page about the 3D-like Flip for 2D Sprites extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.