Graceful level ending, with display and upload of high score
I’m struggling with figuring out how to do this without resorting to a huge amount of code
I have a doorway which is triggered by a Trigger Zone. I tried delaying the Trigger Zone signal with a Timer
The Trigger Zone is also connected to the Score item which uploads the score to the scoreboard
I’d really like the player to be told their high score, and maybe to confirm that (or when) they want to proceed
Also, I can’t find any scoreboard, so I’m guessing there’s a place to set one up. So far, guessing isn’t working.
I’m trying to be self-reliant, so I thought I’d look at the Dreamiverse Dash game, since the problem seems to have been solved there. Sadly, I don’t have the knowledge of the tools I need to search Dash to find that logic, so that effort failed
-
You'll need a number display gadget to show the score in your scene. Put the display gadget into a timeline. You can also put your level exit into the timeline, so you can control how many seconds after the score displays that your scene ends. Now just wire the trigger zone to your timeline.
-
Thanks! I am missing the Timeline. I’ll try that
-
You can trigger the doorway at any time you wish. Same for saving the score (I'm guessing?).
So you could just connect your trigger zone to whatever logic you want, including showing the score, a button, uploading the score, whatever you want... and then when you want the game to end (or to move to another level), just trigger the doorway.
댓글을 남기려면 로그인하세요.