Lingo Dictionary > L-N > movieXtraList

 

movieXtraList

Syntax

the movieXtraList

Description

Movie property; displays a linear property list of all Xtras in the Movies/Xtras dialog box that have been added to the movie.

#name—Specifies the file name of the Xtra on the current platform. It is possible to have a list without a #name entry, such as when the Xtra exists only on one platform.

#packagefiles—Set only when the Xtra is marked for downloading. The value of this property is another list containing a property list for each file in the download package for the current platform. The properties in this subproperty list are #name and #version, which contain the same information as found in the XtraList.

Two possible properties can appear in movieXtraList:

Example

This statement displays output from movieXtraList in the Message window:

put the movieXtraList
-- [[#name: "Mix Services"], [#name: "Sound Import Export"], [#name: "SWA Streaming  \ PPC Xtra"], [#name: "TextXtra PPC"], [#name: "Font Xtra PPC"],[#name: "Flash Asset  \ Options PPC"], [#name: "Font Asset PPC"], [#name: "Flash Asset PPC",  \ #packagefiles: [[#fileName: "Flash Asset PPC", #version: "1.0.3"]]]]

See also

xtraList