Single frame game highscores
Chris dijo
hace mucho tiempo | Publicación #2 Yes 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 dijo
hace mucho tiempo | Publicación #3 okay thanks chris! _
freetiger18 dijo
hace mucho tiempo | Publicación #4 onEnterFrame=function(){
if(died){
NonobaAPI....
}
}
if(died){
NonobaAPI....
}
}
Publicación #5 eliminada
Contestar al tema
Regístrate ahora para responder a éste tema
Barian dijo
hace mucho tiempo | Publicación #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?