home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set ro to rollOver()
- case ro of
- 7, 8, 9, 10:
- yubicur()
- otherwise:
- cursor(0)
- end case
- case soundBusy(2) of
- 1:
- set the volume of sound 1 to 100
- set the volume of sound 2 to 255
- otherwise:
- set the volume of sound 1 to 255
- set the volume of sound 2 to 255
- end case
- go(the frame)
- end
-