home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / q / q_main.dir / 00033.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  356 b   |  19 lines

  1. on exitFrame
  2.   set ro to rollOver()
  3.   case ro of
  4.     7, 8, 9, 10:
  5.       yubicur()
  6.     otherwise:
  7.       cursor(0)
  8.   end case
  9.   case soundBusy(2) of
  10.     1:
  11.       set the volume of sound 1 to 100
  12.       set the volume of sound 2 to 255
  13.     otherwise:
  14.       set the volume of sound 1 to 255
  15.       set the volume of sound 2 to 255
  16.   end case
  17.   go(the frame)
  18. end
  19.