home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / angelpang.swf / scripts / frame_24 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  645 b   |  24 lines

  1. function FNsend()
  2. {
  3.    LVwrite = new LoadVars();
  4.    LVwrite.uid = _root.uid;
  5.    LVwrite.pt = _root.pt;
  6.    LVwrite.rt = _root.rt;
  7.    LVwrite.ot1 = _root.ot1;
  8.    LVwrite.ot2 = _root.ot2;
  9.    LVwrite.ot3 = _root.ot3;
  10.    LVwrite.ot4 = _root.ot4;
  11.    LVwrite.ot5 = _root.ot5;
  12.    LVwrite.onLoad = function()
  13.    {
  14.       _root.rank = LVwrite.rank;
  15.       _root.nick = LVwrite.nick;
  16.       delete LVwrite;
  17.    };
  18.    LVwrite.sendAndLoad("http://www.gameangel.com/System/gameangel/game_rank.proc.php?ran=" + random(1000) + "&uid=" + _root.uid,LVwrite,"POST");
  19. }
  20. System.useCodepage = true;
  21. _root.rt = rt;
  22. _root.pt = Score;
  23. _root.FNsend();
  24.