Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script
Answer Posted / Yadvendra Sharma
In Adobe Flex ActionScript, creating an effect directly is using classes like Tween or Timeline, whereas setting a target for an effect is specifying the object that the effect will be applied to. Adding an EffectListener is a way to listen for events on the effect itself (like completion of animation).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers