home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / hsqdemo.dxr / 00128.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  374 b   |  18 lines

  1. on exitFrame
  2.   puppetSprite(2, 1)
  3.   set a to the number of member "sa1" - 1
  4.   repeat with m = 1 to 2
  5.     repeat with n = 1 to 15
  6.       set the memberNum of sprite 2 to a + n
  7.       updateStage()
  8.       wtime(2)
  9.     end repeat
  10.   end repeat
  11.   repeat with n = 1 to 3
  12.     set the memberNum of sprite 2 to a + n
  13.     updateStage()
  14.     wtime(2)
  15.   end repeat
  16.   puppetSprite(2, 0)
  17. end
  18.