home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "Show_R"
- puppetSound(1, "Corner WAP")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "Show_Kb"
- puppetSound(1, 0)
- end
-
- on mouseDown me
- puppetSound(1, "Corner Click")
- repeat while soundBusy(1)
- updateStage()
- end repeat
- sound stop 1
- go("Launch")
- end
-