> I have about 20 separate movies. Each movie
> represents a
> slide in a presentation.
> Each slide has animation, interactivity and buttons to move to
> the previous
> and next slides.
>
> I want to store the order that the movies are played (ie: the order of the
> slides in the presentation) in a text file, and have a projector
> that reads
> the text file and plays the slides in the correct order.
Did I miss something? You pretty well answered your own question.
Build a shell/stub projector that uses FileIO/budAPI (insert appropriate
xtra)to read your text file, build a (global) list of the movie names,
navigate to the first movie, reference the list to deal with next/previous
buttons.
[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!]