home *** CD-ROM | disk | FTP | other *** search
- on mouseLeave me
- cursor(0)
- end
-
- on mouseWithin me
- pointClicked = the mouseLoc
- Miembro = sprite(the currentSpriteNum).member
- opcion = PointToLine(sprite(the currentSpriteNum), pointClicked)
- if opcion < Miembro.text.lines.count then
- cursor(280)
- else
- cursor(0)
- end if
- end
-