home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "Quit_R"
- puppetSound(1, "Corner WAP")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "Quit_Kb"
- puppetSound(1, 0)
- end
-
- on mouseDown me
- puppetSound(1, "Corner Click")
- putFrameMovie()
- updateStage()
- go(1, "Quit")
- end
-