home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Citta / shared.cst / 03031_Script_3031 < prev    next >
Text File  |  1997-10-14  |  906b  |  24 lines

  1. on VIDEO_SOTTOINV 
  2.   ---  PARAMETRI VIDEO
  3.   ---QCAST = NUMERO DEL CAST DEL VIDEO
  4.   ---QSPRITE=NUMERO DELLO SPRITE DEL VIDEO
  5.   ---QSPRITEL=NUMERO DELLO SPRITE DELLA LINEA
  6.   ---QSPRITEB=NUMERO DELLO SPRITE DELLA BARRA
  7.   global membro_quicktime,canale_quicktime,canale_linea,canale_barra
  8.   global canale_pausa, vidstat 
  9.   entrata 1,canale_quicktime
  10.   video membro_quicktime,canale_quicktime,  canale_linea,canale_barra 
  11.   
  12.   if vidstat = "play" or vidstat = "avveloce" or vidstat = "inveloce" then
  13.     if not voidp(canale_quicktime) and canale_quicktime > 0 then
  14.       if the casttype of member the castnum of sprite canale_quicktime of castlib the castLibNum of sprite canale_quicktime= #digitalvideo then
  15.         
  16.         if the movieRate of sprite canale_quicktime=0 then
  17.           set the visible of Sprite canale_pausa to false
  18.         end if
  19.       end if
  20.     END IF
  21.   END IF
  22. end
  23.  
  24.