Hello,
i am working with openfeint and have some achievements but i don`t know how to call them in Javascript?
I cant find in docs of OF. Is there a list of Javascript Function calls anywhere?
regards
Hello,
i am working with openfeint and have some achievements but i don`t know how to call them in Javascript?
I cant find in docs of OF. Is there a list of Javascript Function calls anywhere?
regards
I’m pretty sure it’s just:
OpenFeint.UnlockAchievement( /achievement number/ );
You could always look through OpenFeint.cs to see what functions are in there. ![]()
thank you. this was the file i`m searching for in the wrong folder :twisted:
regards