Move Player Horizontally

After I added runSpeed in my code, when I press play, the player automatically goes to the right and no longer works to press left or right.
Do you have any idea what I forgot to add?

Heya, line 27 – the β€œ=” should be a β€œ*”. The goal is to take the controlThrow (which is going to be a value between -1, and 1 depending on if the user presses left or right) , and multiply it by the speed . That should fix the problem!

1 Like

Thank you sooo much! You saved me! :heart:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms