How to modify a already made tween?
Posted
by Fahim Akhter
on Stack Overflow
See other posts from Stack Overflow
or by Fahim Akhter
Published on 2010-05-13T08:49:51Z
Indexed on
2010/05/13
8:54 UTC
Read the original article
Hit count: 265
actionscript-3
Hi,
I have a tween like this :
new Tween(myObject, "x",null,nowPosition,finalPosition,time,true);
sometween.start();
Now when the tween has not finished and is somewhere in the middle and the final position changes. I want this tween to be modified so instead of moving to its already defined postion the object goes to the final position. Any ideas?
© Stack Overflow or respective owner