home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / qh_demo.exe / DEMOHNT2.DXR / 00015.ls < prev    next >
Encoding:
Text File  |  1996-08-09  |  351 b   |  17 lines

  1. on exitFrame
  2.   global gnum1, gflag1
  3.   set gnum1 to gflag1
  4.   repeat while soundBusy(3)
  5.     repeat with n = 0 to 2
  6.       set the locV of sprite 4 to 22 + (33 * n)
  7.       updateStage()
  8.       waith(7)
  9.     end repeat
  10.   end repeat
  11.   repeat with n = 0 to gnum1 - 1
  12.     set the locV of sprite 4 to 22 + (33 * n)
  13.     updateStage()
  14.     waith(7)
  15.   end repeat
  16. end
  17.