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