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

  1. global spacelevel, marklevel, obeymarkspace
  2.  
  3. on mouseDown
  4.   global onflag
  5.   puppetSound("click")
  6.   set spacelevel to 70
  7.   set marklevel to 20
  8.   set obeymarkspace to 0
  9.   set onflag to 0
  10.   set the locH of sprite 6 to 506
  11.   repeat with a = 1 to 48
  12.     puppetSprite(a, 0)
  13.     u()
  14.   end repeat
  15.   go("howit5")
  16. end
  17.