Sign in
Home
Online Classes
Instructors
Tutorials
☰
Register
Sign in
Online Classes
Instructors
Tutorials
1. Design your maze
2. Design your main character
3. Make your main character move up
4. Make your main character move down
5. Make your main character move left and right
6. Design and place your start sprite
7. Code for wall collisions
8. Design a level 2
9. Load the next level
10. Make sure the game starts at level 1
Project 210: Maze Game
5. Make your main character move left and right
Using the last two challenges as hints, make your main character move left and right.
Starting point file for this challenge
Your goal
Hint: show steps
Steps
1. Make your character move right with the right-arrow key
Hint: show details
Using your work in the last step as a reference, add controls that check if the player is pressing the right-arrow key, and if they are, to move right.
Hint: show image
2. Make your character move left with the left-arrow key
Hint: show details
Using your work from the last step as reference, make your character move left if the player is pressing the left-arrow key.
Hint: show image
3. Test out different speeds
Hint: show details
Make sure your character moves in all 4 directions at the same speed.
Hint: show image
×
×
Provide your email address for immediate project access
Email
Check your email for instructions on how to create a full DA account