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