home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / m_navhab.dir / 00010_Script_antiFlicker < prev    next >
Text File  |  2000-09-30  |  285b  |  13 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")¼
  10.    or windowPresent("m_messg1") or windowPresent("m_messg2")) then
  11.     tell the stage to riattivaQtvr
  12.   end if
  13. end