home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
Planeta.iso
/
data
/
m_navend.dir
/
00006_Script_antiFlicker
< prev
next >
Wrap
Text File
|
2000-05-04
|
223b
|
12 lines
on mouseEnter
tell the stage to disattivaQtvr
--cursor 200
--cursor -1
end
on mouseLeave
if not (windowPresent("m_info") or windowPresent("m_quit")) then
tell the stage to riattivaQtvr
end if
end