home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Spazio
/
SHAREDS.CST
/
03039_Script_3039
< prev
next >
Wrap
Text File
|
1997-09-15
|
706b
|
21 lines
on chiamapopinv
global attore,cisei
set cisei to true
curfinleva
if objectP (attore) then forget attore
global canale_audio,audio_barrato
set the castnum of sprite canale_audio to audio_barrato
set attore to window ("popup")
if the machinetype < 255 then
set the filename of attore to ("invenzioni:invenzio:popinv.dir")
else
set a to char 1 of the moviepath
set the filename of attore to (a & ":\invenzio\popinv.dir")
end if
set s to rect (the stageLeft+68,the stageTop +117,the stageLeft+356,the stageTop + 430)
set the rect of window "popup" to s
set the windowType of window "popup" to 3
open attore
moveToFront window "popup"
end