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