home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / kansi.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-09-05  |  130 b   |  9 lines

  1. on exitFrame
  2.   if (the mouseV > 111) and (the mouseV < 364) then
  3.     cursor(3)
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   go(the frame)
  8. end
  9.