home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Citta
/
shared.cst
/
03043_Script_3043
< prev
next >
Wrap
Text File
|
1997-10-14
|
1KB
|
39 lines
on chiamapopart
global attore,cisei,anim_loco,anim_pro,tav
curfinleva
if objectP (attore) then forget attore
global canale_audio,audio_barrato
set the castnum of sprite canale_audio to audio_barrato
if marker (0) - marker (-1) = 1 then
sound close 2
go to marker (-1)
else
if anim_loco and not anim_pro then
set anim_pro to false
sound close 2
if marker(0)=marker("articolo") or marker(0)=marker("principio") or marker(0)=marker("video") then
global anim_loco
set anim_loco to false
else
global anim_loco
set anim_loco to false
go to "viaggio"
end if
end if
end if
set attore to window ("popup")
if the machinetype < 255 then
set the filename of attore to ("invenzioni:invenzio:popart.dir")
else
set a to char 1 of the moviepath
set the filename of attore to (a & ":\invenzio\popart.dir")
end if
set s to rect (the stageLeft+68,the stageTop +295,the stageLeft+356,the stageTop + 423)
set the rect of window "popup" to s
set the windowType of window "popup" to 3
open attore
moveToFront window "popup"
end