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

  1. global gMode, gTrigger
  2.  
  3. on exitFrame
  4.   if gMode then
  5.     set gTrigger to 1
  6.     btnJob4()
  7.     go(the frame)
  8.   else
  9.     go(marker(1))
  10.   end if
  11.   if the key = "q" then
  12.     go(marker(1))
  13.   end if
  14. end
  15.