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 & details
- Parameter 0: 👾 Object
- Parameter 1: 🧩 Behavior
- Parameter 2 (🔢 Number): Duration (in seconds)
Technical note: parameter 3 is an internal parameter handled by GDevelop.
Technical note: this action internal type (in GDevelop JSON) is
ThreeDFlip::ThreeDFlip::FlipSecond.
Flip to a side
Flips the object to one specific side. The X origin point must be set at the object center.
See parameters & details
- Parameter 0: 👾 Object
- Parameter 1: 🧩 Behavior
- Parameter 2 (❓ Yes or No): Reverse side
- Parameter 3 (🔢 Number): Duration (in seconds)
Technical note: parameter 4 is an internal parameter handled by GDevelop.
Technical note: this action internal type (in GDevelop JSON) is
ThreeDFlip::ThreeDFlip::FlipToSecond.
Jump to flipping end
Jump to the end of the flipping animation.
See parameters & details
- Parameter 0: 👾 Object
- Parameter 1: 🧩 Behavior
Technical note: parameter 2 is an internal parameter handled by GDevelop.
Technical note: this action internal type (in GDevelop JSON) is
ThreeDFlip::ThreeDFlip::StopFlip.
Behavior conditions
Is flipped
Checks if the object is flipped or will be flipped.
See parameters & details
- Parameter 0: 👾 Object
- Parameter 1: 🧩 Behavior
Technical note: parameter 2 is an internal parameter handled by GDevelop.
Technical note: this condition internal type (in GDevelop JSON) is
ThreeDFlip::ThreeDFlip::IsFlipped.
Flipping is playing
Checks if a flipping animation is currently playing.
See parameters & details
- Parameter 0: 👾 Object
- Parameter 1: 🧩 Behavior
Technical note: parameter 2 is an internal parameter handled by GDevelop.
Technical note: this condition internal type (in GDevelop JSON) is
ThreeDFlip::ThreeDFlip::IsFlipping.
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.