Colonel
Jun 16 2006, 07:29 PM
I'm trying to write a script that will display dialog 5 seconds after you click OK in the previous dialog box. Could someone tell me how I can do this? Thanks.
Rammjet
Jun 16 2006, 08:10 PM
display dialog "This is a dialog" buttons {"OK"} default button {"OK"}
delay 5
display dialog "This is another dialog" buttons {"OK"} default button {"OK"}