home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / m_navend.dir / 00006_Script_antiFlicker < prev    next >
Text File  |  2000-05-04  |  223b  |  12 lines

  1. on mouseEnter
  2.   tell the stage to disattivaQtvr
  3.   --cursor 200
  4.   --cursor -1
  5. end
  6.  
  7.  
  8. on mouseLeave
  9.   if not (windowPresent("m_info") or windowPresent("m_quit")) then
  10.     tell the stage to riattivaQtvr
  11.   end if
  12. end