Please enable JavaScript.
Coggle requires JavaScript to display documents.
DEFOLD ANIMATION (FLIP BOOK ANIMATION (SOURCE (Atlas, Tile Source),…
DEFOLD ANIMATION
-
FLIP BOOK ANIMATION
-
-
-
However, since each frame is stored in a unique image, the MEMORY footprint can be HIGH
-
-
Defold flip book animations are either stored as individual images added to an Atlas,
-
-
COMPONENTS
Sprites
To run an animation during runtime you post "play_animation" messages to the Sprite component you want to animate the texture on.
As soon as an animation is finished playing, the engine sends back an "animation_done" message to the script that sent the play_animation message.
-
-