Hi! I’m new to Defold.
My question is if there’s a method to do a 12 frames animation with only 3 images, that will go forward, then in reverse.
For example, the idle animation will be:
Frames 1-3 = Image 1
Frames 4-6 = Image 2
Frames 7-9 = Image 3
Frames 10-12 = Image 2
In addition, a variant in which the character will blink:
Frames 1-3 = Image 1
Frame 4 = Image 4
Frame 5 = Image 5
Frame 6 = Image 4
Frames 7-9 = Image 3
Frames 10-12 = Image 2
→ Image 4 and Image 5 being variation of Image 2 in which the character has the eyes half closed and fully closed.