[comp.sys.mac.hypercard] How do I trap "set" messages

jcocon@hubcap.clemson.edu (james c oconnor) (04/05/91)

I would like to trap all "set visible" messages.  I have added:
  on set parms
	pass set
  end set
in my stack script, but parms is empty, so I can't see what property is
being set, much less the object.  Is there a good way to do this?

Jim