home *** CD-ROM | disk | FTP | other *** search
/ PC Media 8 / pc-media-windows-95.iso / w95demo.exe / M14SYSRQ.DXR / 00010.ls < prev    next >
Encoding:
Text File  |  1995-08-31  |  166 b   |  9 lines

  1. on exitFrame
  2.   global gResellerVersion, gAutoMode
  3.   if (gResellerVersion = 0) and (gAutoMode = 0) then
  4.     go("startInter")
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.