PlayReverse and stop at a certain position in the timeline
hello all;
how can stop @ position in timeline?
i have spritesheet, set grow flower when click it.
and click again, make folder small again.
however, when flower made smaller, disappears @ end.
this code using. (using timeline positioning)
if (sym.getsymbol("flower").getposition()< 416 )
{
sym.getsymbol("flower").play(022);
}
else
{
sym.getsymbol("flower").playreverse();
}
is there way make stop @ part of animation (the spritesheet part of smallest flower)?
i have stop action need stop @ (022) above, refusing stop there.
thanks all
wayne
hi wayne, forgive me if have misunderstood here why using if statement position of sprite?
if sprite sheet rendered on timeline should able loop specific time or label on timeline.
More discussions in Edge Animate CC
adobe
Comments
Post a Comment