home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- puppetSound(1, "Corner WAP")
- updateStage()
- set the member of sprite the currentSpriteNum to "InstA_R"
- end
-
- on mouseLeave me
- puppetSound(1, 0)
- updateStage()
- set the member of sprite the currentSpriteNum to "InstA_Kb"
- end
-
- on mouseDown me
- puppetSound(1, "Corner Click")
- updateStage()
- resetSStest()
- if the machineType = 256 then
- LaunchSSS()
- quit()
- end if
- go("Return")
- end
-