FOnline Development > Questions and Answers
Item's animation.
(1/1)
remake:
Hi!
I have problem with item's animation. I can't make animation from frame to frame and stay with last frame from item.Animate(fromframe, toframe) function. :(
remake:
OK done with
--- Code: ---powerswitch.Animate(0, 1);
powerswitch.AnimStayBegin = 1;
powerswitch.AnimStayEnd = 1;
powerswitch.Update();
--- End code ---
And to other side
--- Code: ---powerswitch.Animate(1, 0);
powerswitch.AnimStayBegin = 0;
powerswitch.AnimStayEnd = 0;
powerswitch.Update();
--- End code ---
Navigation
[0] Message Index
Go to full version