home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global castData
- if item 1 of castData = "bookmark" then
- set me to the clickOn
- set x to the castNum of sprite me
- set the castNum of sprite me to x + 1
- set the visible of sprite me to 0
- repeat while the mouseDown
- set the visible of sprite me to 1
- updateStage()
- end repeat
- set the visible of sprite me to 0
- set the castNum of sprite me to x
- set the visible of sprite me to 1
- updateStage()
- if rollOver(me) then
- notify(37, 605)
- end if
- else
- if item 1 of castData = "search" then
- managePopMenu(157, 51, 2)
- end if
- end if
- end
-