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 >
Wrap
Text File
|
1997-10-14
|
906b
|
24 lines
on VIDEO_SOTTOINV
--- PARAMETRI VIDEO
---QCAST = NUMERO DEL CAST DEL VIDEO
---QSPRITE=NUMERO DELLO SPRITE DEL VIDEO
---QSPRITEL=NUMERO DELLO SPRITE DELLA LINEA
---QSPRITEB=NUMERO DELLO SPRITE DELLA BARRA
global membro_quicktime,canale_quicktime,canale_linea,canale_barra
global canale_pausa, vidstat
entrata 1,canale_quicktime
video membro_quicktime,canale_quicktime, canale_linea,canale_barra
if vidstat = "play" or vidstat = "avveloce" or vidstat = "inveloce" then
if not voidp(canale_quicktime) and canale_quicktime > 0 then
if the casttype of member the castnum of sprite canale_quicktime of castlib the castLibNum of sprite canale_quicktime= #digitalvideo then
if the movieRate of sprite canale_quicktime=0 then
set the visible of Sprite canale_pausa to false
end if
end if
END IF
END IF
end