home *** CD-ROM | disk | FTP | other *** search
- global gTileName
-
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "Web_R"
- puppetSound(1, "Corner WAP")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "Web_Kb"
- puppetSound(1, 0)
- end
-
- on mouseDown me
- puppetSound(1, "Corner Click")
- updateStage()
- gotoNetPage("http://www.disney.co.uk/disneyinteractive/")
- end
-