home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / abyss01.swf / scripts / DefineSprite_205 / frame_2 / DoAction.as
Encoding:
Text File  |  2008-03-12  |  403 b   |  10 lines

  1. if(_root.userid == "null" or _root.userid == undefined)
  2. {
  3.    gotoAndStop("loginF");
  4. }
  5. else if(_root.userid != "null" && _root.userid != undefined)
  6. {
  7.    _root.pointCheck.load(_root.callURL + "singleGameRank_Check.jsp?gameid=" + _root.gamename + "&point=" + _root.point_df);
  8. }
  9. _root.test += "\n" + _root.callURL + "singleGameRank_Check.jsp?gameid=" + _root.gamename + "&point=" + _root.point_df;
  10.