© A+ Computer Science -

Slides:



Advertisements
Similar presentations
Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Advertisements

Helicopter Game Tutorial
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
This game is loosely based on the Whack-A- Mole arcade game.  Each game starts with 45 seconds of play.  Moles randomly pop out of holes on the landscape.
Scratch Programming Session 6 of 10 If-then-else statements interactions Final projects specifications.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
We will be creating a spaceship that simulates real movements in space. The spaceship will fire a laser beam that can destroy targets. The spaceship will.
Exploring Computer Science 2/23/15 2/23 Develop a Scratch story project -Brainstorming 2/24 Develop a Scratch story project –Developing 2/25 Develop a.
Introducing Scratch the Cat
Exploring Computer Science 2/16/15
Exploring Computer Science 2/9/15 2/9Moving Scratch 2/10Moving Scratch worksheet 2/11 Scratch Baseball Game 2/12Scratch Alphabet Learning Game 2/13Game.
1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Image #1 Getting Started
Scratch Another computer programming language Developed by MIT in 2003
Using MIT Scratch for Programming and Control Exercise 1 Creating movement Year 11 DTG 2012.
From last time… Explore the blue commands from the motion menu Find at least three ways to get the sprite to move to the UPPER LEFT corner.
First Project: Dance Dance Sprite  Write a dance with your sprite (You pick or create the sprite)  Incorporate as many of the Motion Commands as you.
Cloning in Scratch Computer App Session 6. Cloning in Scratch Learning Objectives: I will clone sprites in Scratch to create copies of an existing sprite.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner and choose a new.
Using MIT Scratch for Programming and Control Exercise 4 – Cat and Dog game Year 9 ICT Autumn Term 2007.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
Digital Art in Scratch part 2 Barb Ericson Georgia Tech Nov 2010.
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
Teaching Kids Programming with Chromebook Digital Convergence Lab, NIU.
Intro CS – Loops, making animations & films Lesson Plan 3.
Scratch : Animation and game programming Task 6: Space travel.
© it’sLearning 365 Limited | Screen 1 FLASH enabled How to use me : Teachers Notes Useful Web Link Ne xt Pa ge Ne xt Pa ge Navigate.
Event Driven Programs Exploring Computer Science – Lesson 4-5.
Review for Final June 13, 2016.
Module 1: Investigation 2 Repeating and Alternating Patterns
Scratch for Interactivity
Intro CS – Loops, making animations & films
What is SCRATCH? Learning Objectives: to explore the Scratch website
Exploring Computer Science – Lesson 4-5
Exploring Computer Science Lesson 4-13
Year 11 DTG Intermediate Using MIT Scratch for Programming and Control Exercise 2 Controlling movement with the keyboard Year 11 DTG Intermediate.
Creating a Tank Game in Scratch
Exploring Computer Science Lesson 4-10 – Part 1
Scratch – Simple Programming
Getting Started with Scratch
Scratch – Simple Programming
Areas of the SCRATCH 2 Screen
Date: Nov. 14, 2016 Aim: How do we summarize the codes used in SCRATCH
Hour of Code.
Exploring Computer Science – Lesson 4-5
Go to =>
Getting Started with Scratch
100 Addition Facts DIRECTIONS: Watch the screen.
Intro to Programming Mod 5 Lesson 2 10/19/2010.
Unit 5 Basic Motion Skills
See requirements for practice program on next slide.
Image #1 Getting Started
Tweening along a path.
Exploring Computer Science Lesson 4-12
Getting Started with Scratch
© A+ Computer Science -
What is SCRATCH? Learning Objectives: to explore the Scratch website
Makey Makey!.
Exploring Computer Science Lesson 4-13
Introducing Scratch and Creating Sprite
CSC 221: Introduction to Programming Fall 2018
Exploring Computer Science Lesson 4-12
Animate a Sprite. By M, M and C P6
“A Day in the Life” CTE Enrichment Grades 3-5 Computer Science Unit
Scratch – Simple Programming
Presentation transcript:

© A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Scratch is a beginning programming environment. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Scratch contains different groups of commands. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Control commands allow you to control your program code. When flag clicked and when key pressed are two useful control commands. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com When the green flag is clicked, the Bug will turn 15 degrees and switch costumes. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com open control.sb © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Motion commands allow you to add in movement. There are move, turn, and go to commands as well as others. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com When the space bar is pressed, the Bug will move 10 steps, turn 15 degrees, and switch costumes. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com open motion.sb © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Looks commands allow you to make changes to how your sprite looks on the screen There are say, think, next costume, and switch costume commands. Add stuff here © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Add stuff here © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Add stuff here © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Each time the Bug is clicked with the mouse, the Bug switches costumes. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com open looks.sb © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com You can paint your own sprites. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Paint your own sprite! You can paint your own sprites. © A+ Computer Science - www.apluscompsci.com

You can paint your own sprites. Paint your own sprite and you can use the sprite in Scratch! Paint your own sprite and you can use the sprite in Scratch! You can paint your own sprites. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Using costumes can create animation. © A+ Computer Science - www.apluscompsci.com

Copy will copy the current costume. Edit will allow you to edit the current costume. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Save often when working with Scratch. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Draw Your Own Sprite. © A+ Computer Science - www.apluscompsci.com

© A+ Computer Science - www.apluscompsci.com Complete a Scratch Lab. © A+ Computer Science - www.apluscompsci.com