Hi List! Suppose you have two movies running at the same time. The stage and a MIAW for instance. Suppose you have Lingo code in a global script object. The methods of this code are accessible from either movie. Suppose that code contained a term like
member(1).text = "bla". If the code of the object is run from a handler of the stage movie, the expression member(1) is referring to cast member 1 of the stage, if run from the MIAW it is referring to cast member 1 of the MIAW. How can I ensure that member(1) is always referring to the cast in the MIAW, regardless from where the handler in the object is called? Thanks for any suggestions! Michael [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
