In actionscript 2.0, how do I do put a pause in the middle of my actionscript sequence.
For example,
MyWidgetFunction();
pause(3000); // Want to pause 3 seconds
AnotherFunction();
In actionscript 2.0, how do I do put a pause in the middle of my actionscript sequence.
For example,
MyWidgetFunction();
pause(3000); // Want to pause 3 seconds
AnotherFunction();
:: Copyright KIRUPA 2024 //--