home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / search.dir / 00076.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  256 b   |  12 lines

  1. on mouseDown
  2.   if the locH of sprite 10 < 1000 then
  3.     set the locH of sprite 10 to the locH of sprite 10 + 1000
  4.   end if
  5.   put " " into field "subSubList"
  6.   hiliteSprite(9)
  7.   repeat with i = 10 to 21
  8.     puppetSprite(i, 0)
  9.   end repeat
  10.   go("image")
  11. end
  12.