home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global WdName
- if WdName = "bookmark" then
- set the visible of sprite 37 to 0
- set the editableText of sprite 17 to 0
- moveWindow("16-24;48", marker(0))
- set the editableText of sprite 17 to 1
- else
- if WdName = "search" then
- set the visible of sprite 37 to 0
- set the editableText of sprite 17 to 0
- moveWindow("16-35", marker(0))
- set the editableText of sprite 17 to 1
- else
- if "print,help,notebook,browse" contains WdName then
- set the visible of sprite 37 to 0
- moveWindow("16", marker(0))
- end if
- end if
- end if
- end
-