Hi,
Is there a way skip to a certain frame in player one anim follow?
Example: I'm trying to skip to "animation victory3 " by using a script controlled by a stage object.
(Player1)
Anim follow7
Offset 0 0
Delay 100
.../victorypose1.png
.../victorypose2.png
.../victorypose3.png
I know how to use changeproperty (P1, "animation ", anim_follow7);
But how can I include a code to skip to the third frame to force victorypose3? (And not play the first two frames)
I have to many anim follows and I'm trying to optimize this a bit.
Thanks for reading my question.
Is there a way skip to a certain frame in player one anim follow?
Example: I'm trying to skip to "animation victory3 " by using a script controlled by a stage object.
(Player1)
Anim follow7
Offset 0 0
Delay 100
.../victorypose1.png
.../victorypose2.png
.../victorypose3.png
I know how to use changeproperty (P1, "animation ", anim_follow7);
But how can I include a code to skip to the third frame to force victorypose3? (And not play the first two frames)
I have to many anim follows and I'm trying to optimize this a bit.
Thanks for reading my question.