Reply to: RE: <lingo-l> Exporting Scripts
SKostka wrote:
> is it possible in Director, as in HyperCard, to export all of the scripts >from a
>movie to a >text file for study?
You can certainly print them all out easily using the 'Print' menu.
In lingo you would need to look at the 'scriptText of member' command. You would need
to loop through all cast members, if they are a script member then, use scriptText to
store the text in a string (probably with some header info about the member), and then
put that string into a text member, or external text file using 'setpref' or fileIO.
johnAq
[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!]