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
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 [email protected] on 3 Aug 2011 at 9:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Aug 2011 at 9:50The text was updated successfully, but these errors were encountered: