home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / vivi_ex.exe / vivi_ex.DXR / 00014.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  571 b   |  29 lines

  1. on exitFrame
  2.   global gmode
  3.   startTimer()
  4.   repeat while the timer < 30
  5.     nothing()
  6.   end repeat
  7.   repeat with n = 23 to 38
  8.     startTimer()
  9.     puppetSprite(n, 1)
  10.     set the locV of sprite n to 309
  11.     repeat while the timer < 2
  12.       nothing()
  13.     end repeat
  14.     updateStage()
  15.   end repeat
  16.   repeat with n = 23 to 38
  17.     puppetSprite(n, 0)
  18.   end repeat
  19.   set the locV of sprite 12 to 130
  20.   set the castNum of sprite 12 to gmode + 237
  21.   repeat while soundBusy(1)
  22.     nothing()
  23.   end repeat
  24.   startTimer()
  25.   repeat while the timer < 30
  26.     nothing()
  27.   end repeat
  28. end
  29.