Joe-

If your resume stack handler is in the mainstack script, then every
substack will be executing it. You might try one of two things:

A. move the resumestack handler to the script of the first card of the
mainstack
B. put the following at the start of the handler:

on resumeStack
   if the short name of this stack is "myMainStack" then
   ...

-- 
-Mark Wieder
 mwie...@ahsoftware.net


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to