home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the visible of sprite 55 to 0
- numeros10mas()
- if the doubleClick then
- repeat while the stillDown
- numeros10mas()
- end repeat
- end if
- end
-
- on mouseEnter
- set the member of sprite 3 to 210
- cursor(280)
- end
-
- on mouseLeave
- set the member of sprite 3 to 168
- cursor(0)
- end
-