Here's my problem. I'm checking for a certain value in a preOpenCard handler. If the value is false, I want to exit that preOpenCard and go to the next card. Problem is if I have
go next cd exit preOpenCard
the preOpenCard of the next card exits, not the first one. Hopefully this makes sense. Is there anyway I can exit the first preOpenCard and go to the next card creating a problem like this? I tried putting in a line after go next cd that is "wait 500 millisecs with messages", but that only works sometimes. Thanks.
Chris Sheffield Software Development Read Naturally
check the dynamicPaths setting. if it is false, then you might have hit a bug.
what happens if you pass preopenstack instead of exit preopenstack? does the preopenstack on the next card is called? may be you can call it explicitely.
robert _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
