Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 3.5 (Release), Adobe Flex SDK 4.6 (Release)
-
None
Description
Calling Tween.stop (or endTween) can end some other un-related Tween object.
The issue is essentially that Tween object keep an 'id' to refer to index into static activeTweens array. This field isn't assigned an invalid value (NaN/-1???) on removeTween.