home *** CD-ROM | disk | FTP | other *** search
/ GQ - Louise, World Cup, …remy Clarkson, Armageddon / GQCD.iso / files / menu.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  211 b   |  11 lines

  1. global gCursorIndex
  2.  
  3. on exitFrame
  4.   if (rollOver() < 2) or (rollOver() > 6) then
  5.     cursor([gCursorIndex + 2, gCursorIndex + 3])
  6.   else
  7.     cursor([gCursorIndex, gCursorIndex + 1])
  8.   end if
  9.   go(the frame)
  10. end
  11.