Getting Started with Scratch

Slides:



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

Mission Technology Introduction to Scratch! June 2007.
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.
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
How to make a Shooting Target game in Scratch!. WE ARE GOING TO MAKE A TARGET GAME. This game will have: A Target that will move when clicked. A Timer.
Intro to Engineering Design 9/11/2015. Creating Shortcuts Log onto the network – Your log in number is on your schedule – Your password is your Student.
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.
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.
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.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
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.
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
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.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech.
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
Using MIT Scratch for Programming and Control Programming 9.
Review for Final June 13, 2016.
Create a Halloween Computer Game in Scratch
Scratch for Interactivity
Madlib-Input, Strings, and Lists in Scratch
What is it?! •Scratch is a programming language that allows you to create interactive stories, music, animations, art, games, and more!
What is SCRATCH? Learning Objectives: to explore the Scratch website
© A+ Computer Science -
Spanish Mad libs with Scratch
Intro to CS Monday, August 29
Unit 2 Getting Started With
Intro to CS Monday, August 24
Introduction to Object-Oriented Programming
Introduction to.
Dance Cards Dance Cards
Playing with Pictures Module 1 Lesson 3.
Getting Started with Scratch
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Go to =>
I Can’t Hear You! Sound Get out your notes.
Scratch for Storytelling
Dance Cards Dance Cards
Dance Cards Dance Cards
Introduction to Object-Oriented Programming in Alice
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Introduction to Snap Programming
Dance Cards Dance Cards
Getting Started with Scratch
Dance Cards Dance Cards
Dance Cards Dance Cards
Playing with Pictures Module 1 Lesson 3.
What is SCRATCH? Learning Objectives: to explore the Scratch website
Creating a Simple Game in Scratch
Introducing Scratch and Creating Sprite
Dance Cards Dance Cards
Dance Cards Dance Cards
Presentation transcript:

Getting Started with Scratch Intro to Programming 2-5-2013

Objectives Create a folder for your Intro to Programming Projects Understand the basics of the Scratch Interface Be able to write a program using Scratch.

Creating Shortcuts Log onto the network Open MyDocuments Your log in number is on your schedule Your password is your Student ID# followed by a period. Open MyDocuments Make a new folder called IntroToProgramming Keep the IntroToProgramming Folder open Navigate to west on 'dtcfsc04\coursework(R:)‘ Double click on SMITH_GREG folder Double click on the IntroToProgramming folder Drag the R:\Smith_Greg\IntroToProgramming folder (The one on top, not the big folder in the Window) and drop it into your IntroToProgramming folder.

GREEN FLAG Current Sprite info. TOOLBAR Tabs Rotation Style A way to start scripts Current Sprite info. TOOLBAR PRESENTATION MODE Tabs Click to edit scripts, costumes or sounds. Rotation Style Control whether costumes rotate with sprite. New sprite buttons Stage Where your Scratch creations come to life. Blocks Palette Blocks for programming your sprites. Sprite List Thumbnails of all your sprites. Click to select and edit a sprite. Scripts Area Drag blocks in, snap them together with scripts.

Can you find (0,0)? Open Scratch and find where the coordinates go to (0,0)

Pop Quiz

Your turn Make you Cat say “Hello” when the Green flag is clicked.

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 coments.

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. File-> Project notes.

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 Copy your saved dance into the Turn in folder for IntroToProgramming