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:
Text File  |  1998-05-04  |  269 b   |  10 lines

  1. on Nove_okno theMovie
  2.   global newWindow
  3.   set newWindow to window "Vyber"
  4.   set the rect of newWindow to the rect of the stage
  5.   set the fileName of newWindow to theMovie
  6.   set the titleVisible of newWindow to 0
  7.   set the modal of newWindow to 1
  8.   open(newWindow)
  9. end
  10.