home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set spritenum to 4
- set h to the height of sprite spritenum / 2
- repeat while the mouseDown = 1
- set the locV of sprite spritenum to the mouseV - h
- if the locV of sprite spritenum < 60 then
- set the locV of sprite spritenum to 60
- else
- if the locV of sprite spritenum > (420 - the height of sprite spritenum) then
- set the locV of sprite spritenum to 420 - the height of sprite spritenum
- end if
- end if
- updateStage()
- end repeat
- set scroll to (the locV of sprite spritenum - 60) / 20
- set the locV of sprite spritenum to (scroll * 20) + 60
- set the locV of sprite 14 to 60 - (scroll * 52)
- set the locV of sprite 13 to the locV of sprite 14
- ProductHilite(0)
- ProductHilite(1)
- end
-