That is not much information, but as far as I understand, You want to
play several movies in a row - in a MIAW (1) or as main(2) movies?
(1)
Include the following script in every movie of the playlist (last Frame):
on exitFrame
tell the stage to playNextMovie
end
INclude a handler in YOur main movie like this:
on playNextMovie
.
.
do your counter and filmstuff here
tell gMIAW to play movie XX
end
(2)
Store Your list and a listPointer in a global variable
Play your movie
At the end of the movie, the movie should check (via your globals) which
movie is next and play that movie - and so on.
Thats it
regards, Florian
Manisha Sinha schrieb:
>
> Hi List
> i am trying to create a playlist in director 6. Once the files are added in the
>list, i have managed to edit them ( remove from list, move up , move down). Now what
>i want is that after the items are added in the list , i click on the play button to
>play the files in the sequence specified in the playlist.
> How should i go about it. Any idea.
>
> Any help will be highly appreciated.
>
> Thanx in advance
> Manisha
>
> Get your FREE Email and Voicemail at Lycos Communications at
> http://comm.lycos.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!]