home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1 / cybernetinteractivo01.ISO / demos / cranb / cran.dxr / 00202.ls < prev    next >
Encoding:
Text File  |  1995-08-16  |  145 b   |  9 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if (the mouseCast > 146) and (the mouseCast < 150) then
  4.     cursor([210, 211])
  5.   else
  6.     cursor(-1)
  7.   end if
  8. end
  9.