Code: Select all
on (release)
{
sendscore = new LoadVars();
sendscore.gscore = _userscore;
sendscore.gname = "test";
sendscore.send("index.php?act=Arcade&do=newscore", "_self", "POST");
}
Change the gname to name of the game file .......keep it between the quotes, like "gamename"