This does seem odd and possibly a bug. For the sake of a workaround, is there a reason that you need to call exit?
You may have more to your handler, but if you do something like:


on preOpenStack
  if checkValue() then
    go next card
  else

  end if
  ## don't put anything here
end preOpenStack

Then preOpenStack should just exit normally, no?

        go next cd
        exit preOpenCard

- Brian


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to