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]