home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 44 / Mm44.iso / sipice / icesol.exe / icesol.DXR / 00038.ls < prev    next >
Encoding:
Text File  |  1997-06-15  |  535 b   |  30 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.             go(the frame)
  24.           end if
  25.         end if
  26.       end if
  27.     end if
  28.   end if
  29. end
  30.