home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- global name_member, name_sprite
- set the member of sprite 62 to member "white" of castLib "commong"
- if the name of member the mouseMember contains "tif" then
- if the mouseMember <> VOID then
- set name_member to the name of member the mouseMember
- set the text of member "SSsubtitle" to name_member
- end if
- else
- set the text of member "SSsubtitle" to EMPTY
- end if
- end
-
- on mouseLeave
- set the member of sprite 62 to member "red" of castLib "commong"
- set the text of member "SSsubtitle" to EMPTY
- end
-
- on mouseUp me
- global name_sprite
- set name_sprite to the name of member the memberNum of the mouseMember
- set name_sprite to the name of member the mouseMember
- xtracopyartwork()
- end
-