Question
Deleting/Stopping Functions from running
Hi,
In AS3, how do you delete or stop a function from running? For example
in Frame 3, I have a function called createAnimation(); running, and
when the user goes back to Frame 1, I want createAnimation(); to stop
running, what is the best way of stopping or deleting the function?
Thanks for any help.
CT
In AS3, how do you delete or stop a function from running? For example
in Frame 3, I have a function called createAnimation(); running, and
when the user goes back to Frame 1, I want createAnimation(); to stop
running, what is the best way of stopping or deleting the function?
Thanks for any help.
CT