I made a mc stack which has a quit button that throws up a dialog asking
if you want to quit "yes" "no".

It works fine as a stack but when I create a standalone stack with it
the quit button ceases to work.

Any ideas?

Here is my code for the quit button:
on mouseUp
  answer "Quit ErrorLookup?" with "Yes" or "No"
  if it is "Yes" then quit
end mouseUp


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to