I have a MC program with several stacks.  The standalone consists of a "flash card" in 
stack "FB" which then opens another stack "MS" right on top of the initial stack.  To 
do this, I use script in the standalone like that below:

on goToMainStack
  lock screen
  go to card "First Card" of stack "MS"
  set the loc of stack "MS" to the loc of stack "FB"
  set the visible of stack  "FB" to false
  beep
  unlock screen
end goToMainStack

I have used this script for months and it worked fine.  Now, however, I made demo 
version of the stack which disabeled some of the features in stack "MS" but left this 
script untouched.  I run the program from MetaCard and it works fine.  But now, when I 
make a standalone of the stack "FB", none of the script below the "go to" statement is 
executed.  What gives?  I'm using MC 2.3.1.

Philip Chumbley

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

Reply via email to