home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT1.ZIP / D1.DXR / 00151.ls < prev    next >
Encoding:
Text File  |  1995-11-01  |  139 b   |  10 lines

  1. on exitFrame
  2.   global MainRep
  3.   if MainRep < 2 then
  4.     set MainRep to MainRep + 1
  5.     go("repeat")
  6.   else
  7.     go("Features")
  8.   end if
  9. end
  10.