home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set col to the foreColor of word the mouseWord of member the mouseMember
- set mname to the name of member the mouseMember
- set mChars to the number of chars in mname
- delete char mChars - 4 to mChars of mname
- if col <> 255 then
- set mWord to word the mouseWord of the text of member the mouseMember
- set newM to mname & "/" & mWord
- set the member of sprite 21 to member newM
- set the member of sprite 23 to member "blank dot"
- end if
- end
-