home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
Planeta.iso
/
data
/
c_common.cst
/
00009_Script_controlloQTVR
< prev
next >
Wrap
Text File
|
2000-11-14
|
287b
|
14 lines
on disattivaQtvr
set ns = QTVRSpriteNum()
if ns <> 0 then
set the MovieMouseClick of sprite ns to FALSE
end if
end
on riattivaQtvr
set ns = QTVRSpriteNum()
if (ns <> 0) and (not soundBusy(1)) then
set the MovieMouseClick of sprite ns to TRUE
end if
end