Getting Started with Scratch

Slides:



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

Flappy bird guide for Scratch
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
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.
Scratch Workshop Thursday, August 26, 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.
Comparing Python and Visual Basic
Scratch the Cat. Object Oriented Programing Writing computer programs Based on Objects Instead of Actions Based on Data Instead of Logic.
Introduction to.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
Introducing Scratch the Cat
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.
Getting Started with Scratch Version 1.4 Visit
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
Introduction to Scratch. What is Scratch? Scratch is a control program that enables you to create your own interactive stories, animations, games, music,
Image #1 Getting Started
Making a Sprite Dance Barb Ericson Georgia Tech June 2011.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Unit 1 Introduction to Evangel College S.2 ICT.
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.
Welcome to Scratch By Miss Key. The Main Screen Viewing screen with choice of views.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
ICT/COMPUTING RULES Only use software allowed by the teacher
Scratch Lesson 1. Creating an account Open the internet browser : Safari or Internet Explorer Type in the URL scratch.mit.edu Using your school computer.
Computer Programming with Scratch JAOIT 8. Scratch Scratch is a programming language that makes it easy to create your own interactive stories, animations,
Teaching Kids Programming with Chromebook Digital Convergence Lab, NIU.
Introducing Scratch Learning resources for the implementation of the scenario
LEARNING SCRATCH: PRESENTATION 4 PRESENTATION 1: GETTING STARTED 1 Broadcast Messages Today, we'll learn how to get our sprites to act together, and build.
Review for Final June 13, 2016.
Introduction to Scratch
Customise & Explain your game
Dancing on Green Light.
Scratch for Interactivity
What is it?! •Scratch is a programming language that allows you to create interactive stories, music, animations, art, games, and more!
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
What is SCRATCH? Learning Objectives: to explore the Scratch website
How to work with your sprite
© A+ Computer Science -
Welcome to Computer Science!
Intro to Programming with Scratch
Games Programming in Scratch
Intro to CS Monday, August 29
Unit 2 Getting Started With
Intro to CS Monday, August 24
Introduction to Object-Oriented Programming
Stopwatch Cards Stopwatch Cards
Introduction to.
Playing with Pictures Module 1 Lesson 3.
Introduction to Coding
Areas of the SCRATCH 2 Screen
Maze Race. Maze Race Race The first thing you need to do is change the background so click on stage. Then click on background. Now click paint Select.
Go to =>
Stopwatch Cards Stopwatch Cards
Getting Started with Scratch
Stopwatch Cards Stopwatch Cards
MICCA SCRATCH Workshop
Code to Enhance Learning
Image #1 Getting Started
Introduction to Snap Programming
Getting Started with Scratch
Stopwatch Cards Stopwatch Cards
Game development using Scratch
What is SCRATCH? Learning Objectives: to explore the Scratch website
Creating a Simple Game in Scratch
Introducing Scratch and Creating Sprite
Stopwatch Cards Stopwatch Cards
Stopwatch Cards Stopwatch Cards
Presentation transcript:

Getting Started with Scratch Intro to Programming

Objectives Understand the basics of the Scratch Interface Be able to write a program using Scratch.

Take a Look At Scratch File Name Click to get to Project Notes, etc. Make sure your name is part of the file name Take a Look At Scratch Click to get to Project Notes, etc. TOOLBAR Tabs Click to edit scripts, costumes or sounds. GREEN FLAG A way to start scripts Scripts Area Drag blocks in, snap them together with scripts. Stage Where your Scratch creations come to life. Blocks Palette Blocks for programming your sprites. New sprite buttons Sprite List Thumbnails of all your sprites. Click to select and edit a sprite.

Pop Quiz B A F Blocks Palette Stage Sprite List Tabs Scripts Area C Tool Bar File Name C G E H D

Getting Started.. Scratch.mit.edu Join Scratch Follow the Instructions. Use your School email address.

Create

If this screen comes up, click to enable…

Start with the Built in Tutorial As you go through the tutorial, write the program from the sample

Comments Make your program understandable Lets you recall that great thought you had when you put the line of code into your program. Critical to writing good programs. Demonstrate how to add comments. Right Click in Scripts Area and select ‘Add Comment’

Project Notes Tell what your project is all about. How to run it How to play the game (If it is a game) Credits … Demonstrate how to do this. Click on the ‘See Project Page’ To return click on ‘See Inside’

First Project: Dance Dance Sprite Write a dance with your sprite (You pick or create the sprite) Incorporate as many of the Motion as you can. Include at least two comments Include project notes Save it as YourNameDanceLesson2 For today, Demonstrate it to me at the end of the period.