I have never tries to import a .dir file into another one. But I guess
what You want to do is to play different movies at the same time in
different windows. Thats called MIAW (movie in a window) and You use the
tell command to communicate, eg
tell window "myWindow" to do something
or in case of the other direction:
tell the stage to do something
Also, global variables are the same through different movies. If you
play movie "1" and set a global, movie "2" can read the global and react
to it (depending on your scripts of course)
3rd, you could use external cast members to transport information from
one movie to another
best regards, florian
Stevon Ritchie wrote:
>
> Hi all,
>
> A student has asked me about controlling linked dir's play in a director
> movie.
>
> I have imported a linked test movie which can have its script's turned on
> and off but i can not seem to be able to comunicate with it.
> I have tried addressing it as a sprite, a member and a movie and i have
> tried using the tell command.
> has anyone found the format to enable remote controlling as if talking to a
> flash movieclip ??
>
> many thanks,
> stevon
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> [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!]
[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!]