home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / CYRIXO.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  166 b   |  13 lines

  1. on exitFrame
  2.   global LineHFlag
  3.   go(the frame)
  4.   case LineHFlag of
  5.     1:
  6.       AnimateFreePhone()
  7.     0:
  8.       SelectCom()
  9.     5:
  10.       CyrixIntro()
  11.   end case
  12. end
  13.