If its a string you can define the score variable at the top of the submit code like this:
var score = _global.score;
Example:
Code:
on(release){
var score = _global.score;
vpaver = "100B2";
scorevariable = score;
action = "gameover";
game = gamename;
score_loc = location + "/proarcade.php";
hashoffset = 5;
subhash1 = gamehash.substr(0,hashoffset);
subhash2 = gamehash.substr(hashoffset);
newhash = subhash2.concat(subhash1);
getURL (score_loc, "_self", "POST");
}
I had to do this to make pinball and a couple of others work.
BTW, 3dball looks cool Nuc. Thanks!