home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Interface / md.000 / scripts / DefineSprite_112 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-05-06  |  250 b   |  15 lines

  1. onEnterFrame = function()
  2. {
  3.    fscommand("Arg");
  4.    fscommand("Arg","_level0.rc");
  5.    fscommand("SysInfo.ConnectState");
  6.    if(_level0.rc == "ONLINE")
  7.    {
  8.       _root.conectado = 1;
  9.    }
  10.    else
  11.    {
  12.       _root.conectado = 0;
  13.    }
  14. };
  15.