If you made another variable and made that variable equal to the first and then put them both to the message window you would see that the number is now 2.
Try this to see.
In a Movie Script put this.
on startMovie
a = script("test").new()
put a
b = a
put b
end startMovieIn a Parent Script put this. on new me
return me end new
Now run the movie and check the message window.
HTH ...Neil
At 09:43 AM 5/12/2005, you wrote:
what does the 1 in:
<offspring "module" 1 a9f2170>
stand for?
gr arri
[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!]
