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
AS3 / CS4 / Windows 7 / Tweener 1.31.71.
I was setting the Tweener.setTimeScale(2) at the very start of my application
and was receiving the error:
TypeError: Error #1009: Cannot access a property or method of a null object
reference. at caurina.transitions::Tweener$/getCurrentTweeningTime() at
caurina.transitions::Tweener$/setTimeScale()
This was because the _tweenList:Array contained a couple of null entries which
caused the setTimeScale function to fall over. The function already checks to
see if the _tweenList != null before running the loop, however it also needs to
check if each _tweenList[i] != null.
Hope this helps
Julian
Original issue reported on code.google.com by [email protected] on 24 Jun 2010 at 11:09
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Jun 2010 at 11:09The text was updated successfully, but these errors were encountered: