THE QUEST ___________ >Arrow keys to move. >Avoid Spikes >HAVE FUN! See my other school project, The Infection, here: https://scratch.mit.edu/projects/792317918/
This is how I made it. For the player trail, I created a forever loop that changes the colour of the clone and did the same thing for the ghost effect and size. For the score and the world-high score, I made it so that the score goes up by one until you beat the game (repeat until costume number=17), and then if the score is less than the world high score, set the score to the world high score. For the platform, I made variables called y and x that when the player is touching the platform, you can jump and even wall jump.