From: "Ken Ray" <[EMAIL PROTECTED]>


Jim,

I can't answer why Rev does what it does, but you can refer to the group
that "owns" the objects it contains by asking for "the owner" of the object.
For example, if you click on one of your graphic controls, and the script
says:

on mouseUp
  put the short name of the owner of me into tGroupName
  -- etc.
end mouseUp

... you'll get the name of the group (since the "owner" of the graphics is
the group).

HTH,

Ken Ray


Ken,

Thanks. That makes sense.

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

Reply via email to