home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 October / Pcwk1097.iso / REKLAMY / ATA-INT / 3220 / 3220.EXE / 3220.DXR / 00006_DELAY 4 SECS.ls < prev    next >
Encoding:
Text File  |  1997-02-13  |  86 b   |  9 lines

  1. global gMode
  2.  
  3. on exitFrame
  4.   delayJob(240)
  5.   if gMode then
  6.     btnJob4()
  7.   end if
  8. end
  9.