Colonel Posted June 16, 2006 Share Posted June 16, 2006 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. Link to comment https://www.insanelymac.com/forum/topic/19895-timed-script/ Share on other sites More sharing options...
Rammjet Posted June 16, 2006 Share Posted June 16, 2006 display dialog "This is a dialog" buttons {"OK"} default button {"OK"} delay 5 display dialog "This is another dialog" buttons {"OK"} default button {"OK"} Link to comment https://www.insanelymac.com/forum/topic/19895-timed-script/#findComment-130835 Share on other sites More sharing options...
Colonel Posted June 17, 2006 Author Share Posted June 17, 2006 thanks Link to comment https://www.insanelymac.com/forum/topic/19895-timed-script/#findComment-130958 Share on other sites More sharing options...
Recommended Posts