Hmm yes I allready know how to use this code:
| Code: |
puarcade = new LoadVars();
puarcade.score = _root.score;
puarcade.game_name = "EnterYourGameNameHere";
puarcade.send("newscore.php", "_self", "POST");
|
But I want to understand the v32 way...
I know it calls an external text file to score
in root/arcade/gamedata/gamename/gamename.txt
but how does it works with vars in the swf...
and how does it call other swf or xml files also located in arcade/gamedata/gamename/
is there a good tutorial somewhere?
thanks for any help