home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / dxrs / jukebx02.dxr / 00025_Startmovie.ls < prev    next >
Encoding:
Text File  |  1996-12-09  |  1.0 KB  |  41 lines

  1. on startMovie
  2.   global centralH, centralV, screen, flagDown, gFlagDown, Needle, Turntable, rotation, recordFlag, record, counter, variance, m, ButtonNum, JukeMode, md1, leaveTrack, newbut, ImageCounter, FirstTimeImage, DriveLtr, JUKESoundOne
  3.   set the exitLock to 1
  4.   if the machineType = 256 then
  5.     set m to "\"
  6.   else
  7.     set m to ":"
  8.   end if
  9.   set the soundLevel to 7
  10.   repeat with r = 1 to 4
  11.     set the volume of sound r to 255
  12.   end repeat
  13.   set centralH to 320
  14.   set centralV to 240
  15.   set screen to 0
  16.   set flagDown to 0
  17.   set gFlagDown to 0
  18.   set Needle to 28
  19.   set Turntable to 3
  20.   set rotation to the number of member "TurntableRot1"
  21.   set recordFlag to 0
  22.   set record to 4
  23.   set the visible of sprite record to 0
  24.   set counter to 0
  25.   set variance to 1
  26.   set ButtonNum to 0
  27.   set JukeMode to 1
  28.   set md1 to "no"
  29.   set leaveTrack to 0
  30.   set newbut to 0
  31.   set ImageCounter to 0
  32.   set FirstTimeImage to 0
  33. end
  34.  
  35. on mypause duration
  36.   startTimer()
  37.   repeat while the timer < (duration * 60)
  38.     hExit()
  39.   end repeat
  40. end
  41.