SlideShare a Scribd company logo
Intro to Scratch Mrs. Forsyth April 16, 2010
Scratch Review Sprite: Your character(s) which you can control In this case, it is a cat Background: Background of your project In this case, play field
Scratch Review To program, think of lego blocks: Stack the controls on top of each other What is on top goes first If you put a forever loop on it, the script will repeat itself forever
Motion Review Motion allows you to control your sprite's movement
Final Project – Due 4/30 Have your script have at least 7 of the 8 controls Have at least 2 sprites We will share these online
Control Review Control allows us to determine when the script can run It also can give us conditional control over our sprite with the if loops
Looks Review We control the look of the sprite here (costume, color, size) We can also make the sprite talk
Sensing Review This is the sprite's senses what happens when the sprite touches another sprite what happens when you press a key We can gather some input from the user
Sound Review This is the sprite's sounds and how we can control it
Operators Review Here we can play with some operators If you are doing math with your sprite If you are getting input from the user
Pen Review Use this to click and draw
Variables Review Advanced Use this to add more control over your spite

More Related Content

PPT
Lesson 1
PPTX
Programming in scratch
PPTX
Scratch Lesson 1
PPTX
Scratch Lesson 3
PPTX
Scratch Lesson 4
PPTX
Scratch Lesson 6
PDF
Creative Teaching with Scratch
PPTX
Scratch: Programming for everyone
Lesson 1
Programming in scratch
Scratch Lesson 1
Scratch Lesson 3
Scratch Lesson 4
Scratch Lesson 6
Creative Teaching with Scratch
Scratch: Programming for everyone

Similar to Intro to Scratch (20)

PPTX
Learning to code with Scratch for Kids and Students
PDF
How sprites interact in Scratch.pdf
PPT
Scratching the surface
PPT
Scratching the surface
PPT
PDF
Scratch software for kid logic development
PPTX
How to use Scratch in ICT and Computer coding
PPTX
Scratch Parrot Game
PPTX
Scratch parrot shoot game
PPT
Lego Robotics(Programming)
PPTX
PDF
Angus Fletcher - Error Handling in Concurrent Systems
PPTX
scratch-141107045720-conversion-gate02.pptx
PDF
How do I learn to code with Scratch in AEP
PPT
Interm Progr
PDF
Kids liketocode
DOCX
Scratch for kids syllabus for 5 hours by bibek pandit
KEY
Robotlegs 2 and your brain
PPTX
Scratch an Editing App
PPTX
MexiLego
Learning to code with Scratch for Kids and Students
How sprites interact in Scratch.pdf
Scratching the surface
Scratching the surface
Scratch software for kid logic development
How to use Scratch in ICT and Computer coding
Scratch Parrot Game
Scratch parrot shoot game
Lego Robotics(Programming)
Angus Fletcher - Error Handling in Concurrent Systems
scratch-141107045720-conversion-gate02.pptx
How do I learn to code with Scratch in AEP
Interm Progr
Kids liketocode
Scratch for kids syllabus for 5 hours by bibek pandit
Robotlegs 2 and your brain
Scratch an Editing App
MexiLego
Ad

Recently uploaded (20)

PPTX
Chapter 5: Probability Theory and Statistics
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Mushroom cultivation and it's methods.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Hybrid model detection and classification of lung cancer
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PPTX
A Presentation on Artificial Intelligence
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Getting Started with Data Integration: FME Form 101
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Chapter 5: Probability Theory and Statistics
DP Operators-handbook-extract for the Mautical Institute
Digital-Transformation-Roadmap-for-Companies.pptx
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
OMC Textile Division Presentation 2021.pptx
Mushroom cultivation and it's methods.pdf
Programs and apps: productivity, graphics, security and other tools
Group 1 Presentation -Planning and Decision Making .pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Hybrid model detection and classification of lung cancer
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
SOPHOS-XG Firewall Administrator PPT.pptx
A Presentation on Artificial Intelligence
Unlocking AI with Model Context Protocol (MCP)
Accuracy of neural networks in brain wave diagnosis of schizophrenia
cloud_computing_Infrastucture_as_cloud_p
Zenith AI: Advanced Artificial Intelligence
Getting Started with Data Integration: FME Form 101
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Ad

Intro to Scratch

  • 1. Intro to Scratch Mrs. Forsyth April 16, 2010
  • 2. Scratch Review Sprite: Your character(s) which you can control In this case, it is a cat Background: Background of your project In this case, play field
  • 3. Scratch Review To program, think of lego blocks: Stack the controls on top of each other What is on top goes first If you put a forever loop on it, the script will repeat itself forever
  • 4. Motion Review Motion allows you to control your sprite's movement
  • 5. Final Project – Due 4/30 Have your script have at least 7 of the 8 controls Have at least 2 sprites We will share these online
  • 6. Control Review Control allows us to determine when the script can run It also can give us conditional control over our sprite with the if loops
  • 7. Looks Review We control the look of the sprite here (costume, color, size) We can also make the sprite talk
  • 8. Sensing Review This is the sprite's senses what happens when the sprite touches another sprite what happens when you press a key We can gather some input from the user
  • 9. Sound Review This is the sprite's sounds and how we can control it
  • 10. Operators Review Here we can play with some operators If you are doing math with your sprite If you are getting input from the user
  • 11. Pen Review Use this to click and draw
  • 12. Variables Review Advanced Use this to add more control over your spite