How do I post a score after a series of linked levels are completed
I have a variable for number of deaths and wanted to post the score for the total deaths after completing the dream which consists of 10 levels however it only seems to post the deaths from the first level rather than the total at the end.
I have also included a variable to count the level the player has reached and wanted to post the highest level they reach but currently it seems to stop after level 3.
-
You need to create a persistent variable for the total deaths. This variable needs to appear in EVERY level and you add to it with a variable modifier in every level that matches the number of deaths in that level (if that is how you are doing it).
Same with your level indicator. You need to set the persistent variable when you reach each level to the number of that level. This variable has to be in EVERY level.
In your final level you will have the variable which you can then wire to the score modifier that amends the score which you can then post. -
I made persistent score keeping and life count systems, feel free to use or remix.
Those and some other handy tools are in the Tools Bag section of my CoMmunity Popit collection :) -
Thank you ladylex and pookachoo, I managed to fix the death count. I think I'll remove the level reached scoreboard since it only seems to work till level 3. I'll consider adding an elapsed time variable for speed running.
댓글을 남기려면 로그인하세요.