Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Flex SDK 4.1.0.14456
Calling stop() on a Sequence composite effect does not stop the child effect which is currently being played.
I tracked down the bug to SequenceInstance.stop(), where the variable 'currentInstances' is used even before it is declared. (Btw, why doesn't the compiler issue a warning here?)
// Call stop on the currently playing set
if (currentInstances)