Strange. It only works if I die, or when I finish. Can anyone tell me how I could make it so that It always reloads the scene when I start the game??? Lecture: 43 snowboard chaos
Hi nomis,
Have you already compared your code to the Lecture Project Changes which can be found in the Resources of this lecture? Check if there are any differences, especially if there are misplaced semicolons or curly brackets.
You didn’t animate the snowboarder, did you?
Hi Nina, I didn’t even know there was A Project Changes Place, Thank you :). The Good News is that the up arrow now boosts the player. The bad news is it made it so that the player can’t hold the right arrow to spin right?? Im not sure why it’s not working. Could you please help me?
You are only calling RotatePlayer()
if the left arrow key is pressed.
change it to this
Thank you so much!
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.