home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 3 #5 / CDRV3N5.ISO / demo / launchdm.dir / 00001_StartMovie.ls next >
Encoding:
Text File  |  1996-07-11  |  897 b   |  21 lines

  1. on startMovie
  2.   global recSetLngth, MovieOn, HelpSprite, PreviousSprite, NextSprite, soundOn, GrammarOn, pathDisk, loadList, OldSoundLevel, pathMovie, LessonName, CDLocation, cursoundlevel, InstallDone, soundVolume, IntroOn, oldcolordepth, orientLocation, gSpeechRecOn
  3.   set the centerStage to 1
  4.   set the fixStageSize to 1
  5.   set loadList to " "
  6.   set CDLocation to EMPTY
  7.   if the machineType <> 256 then
  8.     if the memorysize < 2400000 then
  9.       alert("The memory setting is not enough to run this movie.  You may have problems!!!")
  10.     end if
  11.     if (the colorDepth > 8) and voidp(oldcolordepth) then
  12.       if (the memorysize < 3000000) and (the memorysize > 2400000) then
  13.         alert("There is not enough memory to run this movie in thousands of colors.")
  14.       end if
  15.       set oldcolordepth to the colorDepth
  16.       play movie "ColorCheck_SE"
  17.     end if
  18.   end if
  19.   go(1, "INTRODM.DIR")
  20. end
  21.