home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global filtrofabricante
- if filtrofabricante = VOID then
- nothing()
- else
- set the foreColor of field filtrofabricante to 255
- end if
- set filtrofabricante to VOID
- fabricantes10mas()
- if the doubleClick then
- repeat while the stillDown
- fabricantes10mas()
- end repeat
- end if
- end
-
- on mouseEnter
- set the member of sprite 81 to 210
- cursor(280)
- end
-
- on mouseLeave
- set the member of sprite 81 to 168
- cursor(0)
- end
-