So I have a openfeint button, an achievements button, and a leaderboards button. When the openfeint button is clicked it goes to the dashboard. The dashboard has three selections: Forums and Chat, Fan Club, and Who’s Playing. When I click the achievements button it goes to the same dashboard. When I click on the leaderboards button it goes to a screen that looks like there should be a couple different leaderboards to pick from, but theres none(so basically a blank openfeint type screen). I also have the updated openfeint config file in the root directory already.
Code:
local function op()
openfeint.launchDashboard()
end
local function ac()
openfeint.launchDashboardWithAchievementsPage()
end
local function le()
openfeint.launchDashboardWithListLeaderboardsPage()
end
I tried openfeint.launchDashboard(“achievements”), but it didnt work either.
Thanks, Jason [import]uid: 8335 topic_id: 13094 reply_id: 313094[/import]