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