>The variable is called "name" and was defined in movie "main", I want to use
>the value of this variable in the movie called "end". How is this done??


If you make it a global variable, it will still be around in the other movie:

global somename

on exitframe
    somename = "some name or other"
    go movie "end"
end

When you get to the "end" movie, the variable somename will still 
contain "some name or other".


[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!]

Reply via email to