home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / shop / inbag.dir / 00141.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  767 b   |  42 lines

  1. on enterFrame
  2.   if rollOver(7) then
  3.     yubicurl()
  4.   else
  5.     if rollOver(8) then
  6.       yubicurl()
  7.     else
  8.       if rollOver(9) then
  9.         yubicurl()
  10.       else
  11.         if rollOver(10) then
  12.           yubicur0()
  13.         else
  14.           if rollOver(11) then
  15.             yubicur0()
  16.           else
  17.             if rollOver(12) then
  18.               yubicur0()
  19.             else
  20.               if rollOver(14) then
  21.                 yubicur0()
  22.               else
  23.                 if rollOver(15) then
  24.                   yubicur0()
  25.                 else
  26.                   cursor(0)
  27.                 end if
  28.               end if
  29.             end if
  30.           end if
  31.         end if
  32.       end if
  33.     end if
  34.   end if
  35. end
  36.  
  37. on exitFrame
  38.   if soundBusy(1) then
  39.     go(the frame)
  40.   end if
  41. end
  42.