Hi guys,
I really want to create my first game as an endless runner. I'm not 100% sure how the template does what it does, but that's for another day. I have a couple of questions:
1. The template uses a block, but how do I make the ground look connected (smooth) rather than using blocks? Is it as simple as having a block that is the one texture with no borders?
2. What would I need to do to keep the score as a high score? I created another label called HighScore. Added a sub-event to the System - Every Tick that says If TotalDistance > High Score then HighScore = TotalDistance, but it stops at a number after 600, usually around 602 or 604...even though TotalDistace keeps going. It also resets HighScore but I want it to keep the score.
Thanks heaps!