home *** CD-ROM | disk | FTP | other *** search
/ Digitální fotografie a video / Digitalni-fotografie-a-video-covermount.bin / Aplikace / Grada32.exe / Grada32.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-05-11  |  253 b   |  11 lines

  1. on startMovie
  2.   global Cesta
  3.   set Rozmer to getAt(the deskTopRectList, 1)
  4.   set Sirka to getAt(Rozmer, 3)
  5.   if (the colorDepth <= 8) or (Sirka < 800) then
  6.     go(marker("Konec"))
  7.   end if
  8.   set Cesta to the pathName
  9.   set the searchPath to [Cesta]
  10. end
  11.