i was try to store highscore for each level of my Game but it will not stored in openfeint site.
i was also download xml file and add in my game folder.
code is as :
function next_level : touch( event )
if event.phase == “ended” then
openfeint.setHighScore(“myleaderboardID”, score) – This will not work
– safeopenfeint.setHighScore( “myleaderboardID”, score) I was also try this
director:changeScene(“screen2”)
end
end
next_level : addEventListener( “touch”, next_level )
end
can any one help me out. [import]uid: 11428 topic_id: 3931 reply_id: 303931[/import]
(id is your “xxxx” id number and scr represents your score value)
Also, if you want to store multiple high scores, you have to select a box in your OF account that allows scores other than the highest to be recorded. [import]uid: 1560 topic_id: 3931 reply_id: 11982[/import]
Openfeint will keep the highest score unless you change that on the Openfeint page to Allow Worse Scores. Is that what you mean? [import]uid: 11024 topic_id: 3931 reply_id: 12058[/import]