home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / HOST2.DXR / 00014.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  145 b   |  11 lines

  1. on enterFrame
  2.   global invOn, cursorGone
  3.   if (invOn = 0) and (cursorGone = 0) then
  4.     cursor(0)
  5.   end if
  6. end
  7.  
  8. on exitFrame
  9.   go(the frame)
  10. end
  11.