Page 2 of 2

Re: [SOLVED] Anim8 - Create animation for each new object

Posted: Thu Jul 08, 2021 1:30 pm
by var77
First thanks togFox and idbrii for your answers. I found that pauseAtstart() is the rewind function I was looking for I guess, but I actually not get my final goal yet. I add a .love file based on previous monolifed answer to let you know where I stuck at now.
anim8-demo.love
(14.49 KiB) Downloaded 139 times
To be more clear with my goal I made a quick draft of the expected final result:
sample.jpg
sample.jpg (74.61 KiB) Viewed 4347 times
In this example you can replace "flip card" by "spinning" (or rewind spinning) plane in the .love file.
Hope this will help :nyu:

Re: [SOLVED] Anim8 - Create animation for each new object

Posted: Thu Jul 08, 2021 9:27 pm
by togFox
The blue card flips to the grey card? And you want to flip back to blue card?

I would like to reverse animation (rewind the spinning) and roll again with new list of animation.
I would had two animations
1) flip blue to grey (3 frames)
2) flip grey up blue (3 frames)

And even a 3td animation that goes blue to grey and back to blue (6 frames).

Re: [SOLVED] Anim8 - Create animation for each new object

Posted: Fri Jul 09, 2021 4:19 pm
by var77
Sorry if'm not clear togFox. Here is an example of spritesheet that I can have.
sheet.png
sheet.png (4.11 KiB) Viewed 4310 times
And the animation I expect in the final result should like like this:
1 - flip all card color (ok)
2 - select random card (ok)
3 - flip back color
4 - flip number card (on selected one)

Hope this 'll help