home *** CD-ROM | disk | FTP | other *** search
/ Chip 17 / Chip_17_1998.iso / S.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-07-21  |  105 b   |  9 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(2) then
  4.     cursor([5, 6])
  5.   else
  6.     cursor(-1)
  7.   end if
  8. end
  9.