>Can I pass values or have shared global variables between
>these two movies?
Sure--any variable you declare as global is available whenever to all movies.
global myVar --in the first movie
on someHandler
.
.
.
play movie "mySecondMovie"
then
-- in mySecondMovie
global myVar
on anotherHandler
.
.
.
Cordially,
Kerry Thompson
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]