home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / search.dir / 00076_Script_76 < prev    next >
Text File  |  1996-03-11  |  256b  |  9 lines

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