How do i block the score pop up window?
Today i worked hard to improve Jumpsouls and it got few Updates..
But i still have a problem with the saving of scores. I want that the game saves the score by earning more and more points and after exit the level without go to end.
I set a timer with a value to 0,1 and wired it to the score gadget in the input of post score. Now i realized that it works, but it shows me a annoying pop up window, when i join the game *again* and beat my latest highscore. With every point i earn in the 2nd round, it shows again that i beated my highscore. What should i do now?
-
How are you carrying the score to the next level? Mine resets to zero
I’m thinking to ignore score modifiers and just use a separate variable and then not update score until I die/game ends.
I’d like to have score be persistent in a dream but I can’t see how to do that
Please sign in to leave a comment.