daniel serrano
unread,Sep 23, 2010, 7:53:49 PM9/23/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MindJolt Development Talk
hey I’m trying to send a game and almost everything work, it sends the
score, and load the api, but when I click on the play again button it
loads again and send me to the same frame where it sends the score, I
think the problem is in the function that I have to create and call it
from here:
MindJoltAPI.service.submitScore(yourScoreVariable, null,
yourFunctionThatJumpsToMainMenu)
does someone know how to do that function and how to call it please
I’ve tried everything and it just doesn’t work.
My main menu is on the second frame and the api is loaded in the first
one.
Thank you.