home *** CD-ROM | disk | FTP | other *** search
- on DoMovie movieName
- global RecipeNum
- set the visible of sprite 41 to 1
- if field "videoLib" contains movieName then
- duplicate(member movieName of castLib "Videos", member 200 of castLib "Videos")
- set the pausedAtStart of member 200 of castLib "Videos" to 1
- set the controller of member 200 of castLib "Videos" to 1
- preloadMember(member 200 of castLib "Videos")
- startTimer()
- set the movieRate of sprite 41 to 0
- else
- set the member of sprite 40 to member RecipeNum of castLib "slideNW"
- set the visible of sprite 40 to 1
- end if
- end
-
- on createVideoLib
- repeat with i = 1 to 148
- if the type of member i of castLib "videos" = #digitalVideo then
- put the name of member i of castLib "videos" & ".mov" into line i of field "videoLib"
- end if
- end repeat
- end
-