At 10:09 AM -0400 8/5/2005, Charles Hartman wrote:
What I most don't understand (??) is the relation between "me" and "this X" when "me" is an instance of type X.

"This" only applies to the current card or current stack ("this card" or "this stack"). This may or may not be the object whose script is executing ("me").

You might want to check out the owner property, in addition to the entries for "this" and "me" - it sounds like what you're looking for:

  -- in a button script
  answer the name of the owner of me -- name of the group this button is in
  answer the hilitedButtonName of the owner of me
--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to