home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
index.dir
/
00056_Script_56
< prev
next >
Wrap
Text File
|
1997-10-15
|
586b
|
17 lines
on cps
global attore,cisei
set cisei to true
if objectP (attore) then forget attore
set attore to window ("popup")
if the machinetype < 255 then
set the filename of attore to ("invenzioni:invenzio:popsot.dir")
else
set a to char 1 of the moviepath
set the filename of attore to (a & ":\invenzio\popsot.dir")
end if
set s to rect (the stageLeft+336,the stageTop +340,the stageLeft+624,the stageTop + 468)
set the rect of window "popup" to s
set the windowType of window "popup" to 3
open attore
moveToFront window "popup"
end