SlideShare a Scribd company logo
Scratch Part 4 – Moving Around the Maze
What you are going to do. In this presentation you will learn how to make your character move around a maze without walking through walls.
Step 1 – Click on your sprite
Step 2 – Go to scripts
Step 3 – Go to “Control”
Step 4 – Drag “If” before the stop script block for “up arrow”
Step 5 – Go to “motion”
Step 6 – Drag “Move 10 steps” in “if” block
Step 7 – set steps to “-10”
Step 9 – Go to “Sensing”
Step 10 – Drag “touching colour” into the if block
Step 11 – Set touching colour to you maze wall colour
Step 12 – Repeat task 1-11 for other movement blocks You are now going make your character stop at walls when moving in all directions. Using the instructions from step 1 -11 you can add the same code to each of the direction blocks.
Step 13 – Check your work is correct
Step 14 – Save your work Save your work You have now created a character that can move around your maze well done

More Related Content

PPT
Scratch character commands
PPTX
PDF
Build a basic maze in scratch (v1)
PPTX
Photoshop tutorial 6 desaturisation
PPTX
Photoshop tutorial 5 clipping masks
PPTX
Photoshop tutorial 4 spot healing tool
PPTX
Photoshop tutorial 3 stamp tool
PPTX
Year 8 python part 1 - debugging
Scratch character commands
Build a basic maze in scratch (v1)
Photoshop tutorial 6 desaturisation
Photoshop tutorial 5 clipping masks
Photoshop tutorial 4 spot healing tool
Photoshop tutorial 3 stamp tool
Year 8 python part 1 - debugging

More from Andrew Willetts (20)

PPTX
Year 8 python part 1 - debugging
PPTX
Year 7 e-safety part 2
PPTX
Year 7 e-safety part 1
PPTX
Photoshop tutorial 2 rubber and quick select tools
PPTX
Photoshop tutorial 1 setting up the canvas
PPTX
Programming Challenge
PPTX
Programming Variables
PPTX
Programming Adding Interupts
PPTX
Programming Hello World
PPTX
03 outputs
PPTX
Computer Devices - What Are they?
PPTX
Data Flow Diagrams
PPTX
Databases dfd
PPT
Data flow diagrams
PPTX
Alice part 2 – background objects
PPTX
Alice part 1 – getting started Update
PPTX
Alice part 3 – adding text
PPTX
Alice part 1 – getting started
PPTX
Plenary animation quiz
PPTX
Misconception questions lesson 1 plenary
Year 8 python part 1 - debugging
Year 7 e-safety part 2
Year 7 e-safety part 1
Photoshop tutorial 2 rubber and quick select tools
Photoshop tutorial 1 setting up the canvas
Programming Challenge
Programming Variables
Programming Adding Interupts
Programming Hello World
03 outputs
Computer Devices - What Are they?
Data Flow Diagrams
Databases dfd
Data flow diagrams
Alice part 2 – background objects
Alice part 1 – getting started Update
Alice part 3 – adding text
Alice part 1 – getting started
Plenary animation quiz
Misconception questions lesson 1 plenary
Ad

Recently uploaded (20)

PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Classroom Observation Tools for Teachers
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Lesson notes of climatology university.
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Cell Structure & Organelles in detailed.
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Final Presentation General Medicine 03-08-2024.pptx
Classroom Observation Tools for Teachers
Microbial diseases, their pathogenesis and prophylaxis
VCE English Exam - Section C Student Revision Booklet
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Lesson notes of climatology university.
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Computing-Curriculum for Schools in Ghana
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Chinmaya Tiranga quiz Grand Finale.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Final Presentation General Medicine 03-08-2024.pptx
Cell Structure & Organelles in detailed.
Abdominal Access Techniques with Prof. Dr. R K Mishra
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Ad

Scratch part 4 moving around the maze

  • 1. Scratch Part 4 – Moving Around the Maze
  • 2. What you are going to do. In this presentation you will learn how to make your character move around a maze without walking through walls.
  • 3. Step 1 – Click on your sprite
  • 4. Step 2 – Go to scripts
  • 5. Step 3 – Go to “Control”
  • 6. Step 4 – Drag “If” before the stop script block for “up arrow”
  • 7. Step 5 – Go to “motion”
  • 8. Step 6 – Drag “Move 10 steps” in “if” block
  • 9. Step 7 – set steps to “-10”
  • 10. Step 9 – Go to “Sensing”
  • 11. Step 10 – Drag “touching colour” into the if block
  • 12. Step 11 – Set touching colour to you maze wall colour
  • 13. Step 12 – Repeat task 1-11 for other movement blocks You are now going make your character stop at walls when moving in all directions. Using the instructions from step 1 -11 you can add the same code to each of the direction blocks.
  • 14. Step 13 – Check your work is correct
  • 15. Step 14 – Save your work Save your work You have now created a character that can move around your maze well done