home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- repeat while the stillDown
- cursor(200)
- set the locH of sprite 11 to the mouseH
- set the locV of sprite 11 to the mouseV
- updateStage()
- if rollover(10) then
- set the blend of sprite 10 to 100
- else
- set the blend of sprite 10 to 0
- end if
- updateStage()
- end repeat
- cursor(-1)
- end
-
- on mouseUp
- if rollover(10) then
- Advance()
- else
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-