On Tue, 29 May 2007 14:56:26 -0700 (PDT), mfstuart wrote:

> 
> Yes, that's exactly what my situation is Devin.
> Thanx a million.
> But what would I add to each substacks on closeStack? Nothing? I'm not sure.

Since messages go to the card, and the "owner" of the card is its 
stack, I generally put this in the stack script:

on closeStack
  if the owner of the target is me then
    -- do stuff for *this* stack only
  else
    pass closeStack
  end if
end closeStack

Other people have similar approaches...

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

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to