Team LiB
Previous Section Next Section

B.5. Pausing

In HyperTalk, when you want to halt the progress of a script temporarily, you use the wait command, like this:

wait 2 seconds

In AppleScript, you use delay:

delay 2

    Team LiB
    Previous Section Next Section