home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the locH of sprite 10 < 1000 then
- set the locH of sprite 10 to the locH of sprite 10 + 1000
- end if
- put " " into field "subSubList"
- hiliteSprite(9)
- repeat with i = 10 to 21
- puppetSprite(i, 0)
- end repeat
- go("image")
- end
-