Its possible create animation only using animation frames?
For example i have many frames in Default animation
frame 0 is player idle
frame 1 &2 walking
frame 3& 4 attack
Now i try find way to make animations using this frames
i create Global variable called animations
and when global variable is:
1 - set frame 0 (stand)
2- set frame 1, 0(walk)
3 set frame 2, 3 (attack)
This seems to be easy but this dont work
when i operate this global variable
animation frame is always 0
AND QUESTION number 2
its possible to create event, this event should operate animation frames just like choose(1,3,5) but i need playinorder(2,3,5,3,2) ?