home *** CD-ROM | disk | FTP | other *** search
/ Computerworld: Vánoce 97 / Computerworld_1997-12_cd.bin / twsampl / nav00.dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1997-11-17  |  408 b   |  30 lines

  1. on exitFrame
  2.   case rollOver() of
  3.     3:
  4.       cursor([1, 2])
  5.     4:
  6.       cursor([1, 2])
  7.     5:
  8.       cursor([1, 2])
  9.     6:
  10.       cursor([1, 2])
  11.     7:
  12.       cursor([1, 2])
  13.     8:
  14.       cursor([1, 2])
  15.     9:
  16.       cursor([1, 2])
  17.     10:
  18.       cursor([1, 2])
  19.     11:
  20.       cursor([1, 2])
  21.     12:
  22.       cursor([1, 2])
  23.     13:
  24.       cursor([1, 2])
  25.     otherwise:
  26.       cursor(0)
  27.   end case
  28.   go(the frame)
  29. end
  30.