home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global recSetLngth, MovieOn, HelpSprite, PreviousSprite, NextSprite, soundOn, GrammarOn, pathDisk, loadList, OldSoundLevel, pathMovie, LessonName, CDLocation, cursoundlevel, InstallDone, soundVolume, IntroOn, oldcolordepth, orientLocation, gSpeechRecOn
- set the centerStage to 1
- set the fixStageSize to 1
- set loadList to " "
- set CDLocation to EMPTY
- if the machineType <> 256 then
- if the memorysize < 2400000 then
- alert("The memory setting is not enough to run this movie. You may have problems!!!")
- end if
- if (the colorDepth > 8) and voidp(oldcolordepth) then
- if (the memorysize < 3000000) and (the memorysize > 2400000) then
- alert("There is not enough memory to run this movie in thousands of colors.")
- end if
- set oldcolordepth to the colorDepth
- play movie "ColorCheck_SE"
- end if
- end if
- go(1, "INTRODM.DIR")
- end
-