On 7/28/05 10:43 AM, "Lynch, Jonathan" <[EMAIL PROTECTED]> wrote:

> if the long ID of this stack <> the long ID of me then exit <Handler
> Name>

You can do this even easier by putting this in the stack script:

on resizeStack
  if the owner of the target is me then
    -- do the stuff you want to do
  else
    pass resizeStack
  end if
end resizeStack

Always pass these system messages - you never know who else (plugins, etc.
may need to get them in order to operate properly.

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


_______________________________________________
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