How to pause actionscript?

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();