jasonwood Posted December 9, 2002 Posted December 9, 2002 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?
djgogi Posted December 10, 2002 Posted December 10, 2002 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
Recommended Posts
This topic is 8023 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now