PDA

View Full Version : [AS2] Submit Score Button Help


TastyTeo
06-30-2009, 12:44 PM
I Want the ActionScript to a "Submit" Button and Submit the scores to a site e.g MochiAds. Im a beginner i finished the game but only Submit Button is missing Actionscript?
PLZ Add the actionscript in a box like this
gotoAndSubmit Scores Tutorial PLZ

pradvan
06-30-2009, 09:27 PM
var myScore:Number = 123;

submit_btn.onRelease = function(){
submitScore(myScore);
}

function submitScore(_score){
//whatever function you have to call in mochi to submit score
mochiAPI.submit(_score);
}

TastyTeo
07-05-2009, 11:58 AM
i didn't understand, :( may a tutorial will help me in the future