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

  1. on exitFrame
  2.   repeat with c = 1 to 10
  3.     repeat with n = 4 to 7
  4.       set the castNum of sprite n to 198
  5.     end repeat
  6.     updateStage()
  7.     waith()
  8.     repeat with n = 4 to 7
  9.       set the castNum of sprite n to 197
  10.     end repeat
  11.     updateStage()
  12.     waith()
  13.   end repeat
  14. end
  15.  
  16. on waith
  17.   startTimer()
  18.   repeat while the timer < 10
  19.     nothing()
  20.   end repeat
  21. end
  22.