> That's why it's common practice to move the
> 'preOpenStack' and 'openStack' handlers for the
> mainStack, out of the message path, into the script of
> the first card of that stack.

The other practice seems to be if you leave it in the mainstack, do
this:

on preOpenStack
  if the owner of the target is me then
    -- handle mainstack message
  else
    -- handle substack message
  end if
end preOpenStack

Same goes for the other "stack" handlers: openStack, closeStack,
closeStackRequest, etc.

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/ 


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

Reply via email to