home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / reklamy / ata-int / 3220 / 3220.exe / 3220.DXR / 00056_print.ls < prev    next >
Encoding:
Text File  |  1997-02-13  |  90 b   |  9 lines

  1. global gMode
  2.  
  3. on mouseUp
  4.   if not gMode then
  5.     exit
  6.   end if
  7.   printFrom(the frame)
  8. end
  9.