home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- buttonHilite()
- end
-
- on mouseUp
- global gAbort, gbeenThere
- if gAbort = 0 then
- set tempJump to the name of cast the castNum of sprite clickOn()
- set jumpName to chars(tempJump, 1, length(tempJump) - 5)
- PlayDemoFrame(jumpName, "ie")
- set gbeenThere to 0
- end if
- end
-