home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
guida.dir
/
00908_Script_908
< prev
next >
Wrap
Text File
|
1997-10-07
|
624b
|
20 lines
on chiamapopop
global attore,cisei
set cisei to true
curfinleva
if objectP (attore) then forget attore
set attore to window ("popup")
if the machinetype < 255 then
set the filename of attore to ("invenzioni:invenzio:opzioni.dir")
else
set a to char 1 of the moviepath
set the filename of attore to (a & ":\invenzio\opzioni.dir")
end if
set s to rect (the stageLeft+352,the stageTop +113,the stageLeft+640,the stageTop + 416)
set the rect of window "popup" to s
set the windowType of window "popup" to 3
open attore
moveToFront window "popup"
end