home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gChapter, gSection, gPicture
- unLoad()
- preLoadCast(33)
- set gChapter to 2
- set gSection to 0
- set gPicture to 0
- startTimer()
- set the soundEnabled to 1
- end
-
- on checkTimer
- global gPicture
- if the timer > 80 then
- if gPicture < 9 then
- set gPicture to gPicture + 1
- else
- set gPicture to 0
- end if
- set the castNum of sprite 18 to the number of cast "main00.pct" + gPicture
- updateStage()
- startTimer()
- end if
- end
-