You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2020. It is now read-only.
When Tweener trying to modify some property, that's value cannot be set the
tween will not reach the end irrespective of time parameter.
E.g.
public function set val( n:Number ):void
{
_myval = ( _myval + n ) / 2;
}
public function get val():Number
{
return _myval;
}
Tweener.addTween( this , { val : 10 , time : 0.5 } ); //will try to set it
almost ever, not time!
Original issue reported on code.google.com by oleg.nu...@gmail.com on 3 Aug 2011 at 9:50
Original issue reported on code.google.com by
oleg.nu...@gmail.comon 3 Aug 2011 at 9:50