actionscript question
actionscript question
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- fyoucher10
If you only want it to trigger the function once, then use setTimeout. Use setInterval if you want it to continuously execute the code within the function.