home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 44 / Mm44.iso / sipice / icesol.exe / icesol.DXR / 00022.ls < prev    next >
Encoding:
Text File  |  1997-06-15  |  631 b   |  33 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     cursor(3)
  4.     go(the frame + 1)
  5.   else
  6.     if rollOver(3) then
  7.       cursor(3)
  8.       go(the frame + 2)
  9.     else
  10.       if rollOver(4) then
  11.         cursor(3)
  12.         go(the frame + 3)
  13.       else
  14.         if rollOver(5) then
  15.           cursor(3)
  16.           go(the frame + 4)
  17.         else
  18.           if rollOver(6) then
  19.             cursor(3)
  20.             go(the frame + 5)
  21.           else
  22.             cursor(0)
  23.             if soundBusy(1) = 0 then
  24.               puppetSound("Audio2.wav")
  25.             end if
  26.             go(the frame)
  27.           end if
  28.         end if
  29.       end if
  30.     end if
  31.   end if
  32. end
  33.