help please with special score
Hello,
I made a main menu, and from this place you can select different maps , and go there by level link
Say you go to map 1 and in there you can set a score , after finishing that game you automatically go back to the main menu.
In this main menu i want a score board where all your scores are show from all the different maps.
i know how to set a score that after you played the game its forever on a score board to compare to other dreamers, but my question is can this be done with multiple score boards?? and i want the scores from all the maps to show in the main menu, but off course also all the score boards in the final scoreboard where its put forever when you end the game??
is this possible?
-
I think the only way to have them show up in the menu would be to set persistent variables. Persistent variables can be carried over from scene to scene, as long as they're in both scenes. But they would reset if the player resets their progress in the start menu.
-
You can create multiple score gadgets with different names, and they'll all have their own scoreboards once they've been posted to.
Note that there's currently a limit on how many scoreboards you can have per dream (I think 11?) -
The original poster says he/she "made a main menu", so I don't think it's the cover scoreboard that he's talking about.
Yes, you can make different scores, but I don't know of any way to extract information such as your previous high score from the score gadget. So if you're building your own separate menu, the closest you could get is a persistent variable, but even that would reset if the play clicks on the "reset progress" button on the dream cover page.
댓글을 남기려면 로그인하세요.