home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / c_common.cst / 00009_Script_controlloQTVR < prev    next >
Text File  |  2000-11-14  |  287b  |  14 lines

  1. on disattivaQtvr
  2.   set ns = QTVRSpriteNum()
  3.   if ns <> 0 then
  4.     set the MovieMouseClick of sprite ns to FALSE
  5.   end if
  6. end
  7.  
  8.  
  9. on riattivaQtvr
  10.   set ns = QTVRSpriteNum()
  11.   if (ns <> 0) and (not soundBusy(1)) then
  12.     set the MovieMouseClick of sprite ns to TRUE
  13.   end if
  14. end