Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. create and open spark.components.Window.
2. create Resize effect and set target to Window.
3. execute Resize.play(), Resize.pause(), and Resize.resume();
Actual Results:
The effect repeats forever.
Expected Results:
The effect must be played only once.
Workaround (if any):
execute EffectInstance.end() or Effect.end() method on EffectEvent.EFFECT_REPEAT.