home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / no1_demo / dnorp01a.dxr / script_2.ls < prev    next >
Encoding:
Text File  |  1996-10-31  |  409 b   |  21 lines

  1. on exitFrame
  2.   startTimer()
  3.   repeat with n = 1 to 10
  4.     set the locV of sprite 42 to -27 + (n * 6)
  5.     updateStage()
  6.     if (n mod 3) = 0 then
  7.       repeat while the timer < 2
  8.         nothing()
  9.       end repeat
  10.       startTimer()
  11.     end if
  12.   end repeat
  13.   repeat while soundBusy(1)
  14.   end repeat
  15.   set the locV of sprite 41 to 46
  16.   updateStage()
  17.   startTimer()
  18.   repeat while the timer < 20
  19.   end repeat
  20. end
  21.