December 9, 200223 yr Two scenarios I need clarification on: When you specify a button as "Perform Script" and set the "Current Script" to "Resume"... does it resume and complete the current script before activating the new script? And secondly, When a script is paused and you run a second script (this time from the scripts menu), what will happen to the current script? Can you have two scripts paused at once? Wouldn't that cause problems with determining which one you want to resume?
December 10, 200223 yr I won't give you the ready-to-chew answer, instead do the following: Create script "Paused" Pause/Resume Script [ ] //for ever Show Message ["continued", "OK"] Create an other script "Test" Show Message ["testing", "OK"] Now create few buttons with same script (test) attached on it with different options enabled (halt, exit, resume, pause) Launch script "Paused" and test the behaviour by yourself. And yes you cab have multiple scripts paused but inly the option halt would act on all of them, all others will act on the last one only. Dj
Create an account or sign in to comment