home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- s = member("Ruta").text
- if s <> EMPTY then
- sprite(the currentSpriteNum + 1).locV = -100
- open(s)
- end if
- end
-
- on mouseDown me
- s = member("Ruta").text
- if s <> EMPTY then
- end if
- end
-
- on mouseEnter me
- s = member("Ruta").text
- if s <> EMPTY then
- cursor(280)
- end if
- end
-
- on mouseLeave me
- cursor(0)
- end
-