home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set n to the name of member the member of sprite the currentSpriteNum
- if n <> "voidCrop" then
- put n into field "nomePopUp"
- end if
- end
-
- on mouseLeave
- put " " into field "nomePopUp"
- end
-
- on mouseDown
- put " " into field "nomePopUp"
- end
-