home *** CD-ROM | disk | FTP | other *** search
- property oldLevel
-
- on enterFrame
- global gCatenaccio, gInfoContext
- set gInfoContext to "s_05"
- trackNewMilestone(the frame)
- set gCatenaccio to #null
- set oldLevel to the volume of sound 2
- set the volume of sound 2 to 40
- set the MouseUpHandler of sprite(2) to "handleMouseUpOBJau360"
- set the MouseDownHandler of sprite(2) to "handleMouseDownCommon"
- set the MovieMouseClick of sprite(2) to 0
- set the MovieKeys of sprite(2) to 0
- end
-
- on exitFrame
- set the volume of sound 2 to oldLevel
- set the MovieMouseClick of sprite(2) to 1
- end
-