Single frame game highscores
Chris povedal
veľmi dávno | Príspevok #2Yes its possible, I suggest you just place the high-score request in the part of your code where you handle dying, such that when a user die, the score is submitted.
Barian povedal
veľmi dávno | Príspevok #3okay thanks chris! _
freetiger18 povedal
veľmi dávno | Príspevok #4onEnterFrame=function(){
if(died){
NonobaAPI....
}
}
if(died){
NonobaAPI....
}
}
Príspevok #5 zmazaný
Odpoveď na diskusiu
Zaregistruj sa a zapoj sa do diskusie
Barian povedal
veľmi dávno | Príspevok #1If I could make it so it automatically submits would be best but if it had to me done using a button thats fine too.
So basically...
Is it possible?
and
How do I do it?