home *** CD-ROM | disk | FTP | other *** search
/ Yeti Girls - Squeeze / YETIGIRLS.BIN / yetiquiz.exe / yetiquiz.DXR / 00201.ls < prev    next >
Encoding:
Text File  |  1995-01-29  |  102 b   |  8 lines

  1. on exitFrame
  2.   global Bit, Var
  3.   if Bit = 0 then
  4.     set Var to Var + 1
  5.     set Bit to 1
  6.   end if
  7. end
  8.