home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 August / WPCAUG97.ISO / multi / tep / data / motor.dir / 00276.ls < prev    next >
Encoding:
Text File  |  1996-10-15  |  237 b   |  13 lines

  1. on mouseDown
  2.   global onflag
  3.   puppetSound("butsnoise")
  4.   set the locH of sprite 6 to 506
  5.   updateStage()
  6.   set the locH of sprite 6 to 1000
  7.   set onflag to 0
  8.   repeat with n = 1 to 48
  9.     puppetSprite(n, 0)
  10.   end repeat
  11.   go(#next)
  12. end
  13.