home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / Shared.Cst / 00057_STARTMOVIE.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  461 b   |  25 lines

  1. global gOpSys -- the local operating system
  2.  
  3. --STARTMOVIE
  4. on startmovie
  5.   global i
  6.   global ADSET, PSOUND
  7.   global fixpal
  8.   if gOpSys <> #PIP then
  9.     trackTimeStart
  10.   end if
  11.   set the exitLock to TRUE
  12.   set the volume of sound 1 to 255
  13.   set the volume of sound 2 to 255
  14.   SETSPEAKER
  15.   if PSOUND <> 0 then
  16.     puppetSound 0
  17.     set PSOUND = 0
  18.   end if
  19.   puppetTransition 0
  20.   cursor 0
  21.   set i to 0
  22.   set the keyDownScript to "checkKey"
  23.   CLEANUP
  24. end startmovie
  25.