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