home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 44 / Mm44.iso / sipice / icesol.exe / icesol.DXR / 00118.ls < prev    next >
Encoding:
Text File  |  1997-06-15  |  417 b   |  25 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.           cursor(0)
  19.           go(the frame)
  20.         end if
  21.       end if
  22.     end if
  23.   end if
  24. end
  25.