home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digitální fotografie a video
/
Digitalni-fotografie-a-video-covermount.bin
/
Aplikace
/
Servis
/
Katalog
/
Ma
/
Menu.dxr
/
00020.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-04
|
269 b
|
10 lines
on Nove_okno theMovie
global newWindow
set newWindow to window "Vyber"
set the rect of newWindow to the rect of the stage
set the fileName of newWindow to theMovie
set the titleVisible of newWindow to 0
set the modal of newWindow to 1
open(newWindow)
end