Using MIT Scratch for Programming and Control Extension work – clock project Year 9 ICT Autumn Term 2007.

Slides:



Advertisements
Similar presentations
Scratch is a Visual Programming Language
Advertisements

Pong! “The oldest commercially available game in history” Resources created from the video tutorials provided by David Phillips on
X-Media V2.0 Healthcare Training Jayex Technology Limited X-Media V2.0 March 2010 v
Harry Potter Scratch Game
Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
Scratch Programming Session 9 of 10 Review elements to use in stories, games, etc.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
Drawing forecast charts. Open NeLant basic map area.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Scratch Workshop Thursday, August 26, 2010.
Creating Conversations between Sprites UNDER THE SEA.
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.
Introduction to Scratch!
Using MIT Scratch for Programming and Control Exercise 3 Ball Game Year 9 ICT Autumn Term 2007.
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.
ACO 101 Making a program. mb_your_brain_on_improv.html mb_your_brain_on_improv.html.
My Documents MarysWebpage 1-WebpageFolders&Files Projects&Assignments MySpinPage SciFairProjPage The folders you should have in “My Documents” are shown.
Play Road Game to understand the game Click on each sprite to understand its script Think about a different place that a sprite would have to get across.
Section 1 Introduction National 4/5 Scratch Course.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
Unit 3 Music and Sound Evangel College S.2 ICT.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
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.
1. 2 Download Windows Media Player 10: Download PhotoStory3
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.
Using MIT Scratch for Programming and Control Exercise 4 – Cat and Dog game Year 9 ICT Autumn Term 2007.
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.
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 Understand what Scratch is and what it can be used for Lesson 1: Learning Objectives.
Parts of the Clock Click on the minute hand. Click on the clock’s face.
If you don’t have Google Earth downloaded already, you can go to to get it.
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,
Sprites & Backdrops. Sprites Sprites are the actors that perform the commands in your script. The cat is the default Sprite. Scratch has many other Sprites.
Play Road Game to understand the game Click on each sprite to understand its script Think about a different place that a sprite would have to get across.
Using MIT Scratch for Programming and Control Programming 9.
How to edit the P11 in PDF format June Open the file “P11 UNICEF.PDF” with Adobe Acrobat 9.3.
Review for Final June 13, 2016.
How to Insert Background Music into your PowerPoint
Customise & Explain your game
Commands in Scratch.mit.edu
Choose a Count down Time by Clicking a Button Below.
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.
Building with Numbers Module 4: Investigation 2 Timers and Stopwatches
Year 11 DTG Intermediate Using MIT Scratch for Programming and Control Exercise 2 Controlling movement with the keyboard Year 11 DTG Intermediate.
To start the timer, on the Slide Show menu, click View Show.
To start the timer, on the Slide Show menu, click View Show.
To start the timer, on the Slide Show menu, click View Show.
Playing with Pictures Module 1 Lesson 3.
Getting Started with Scratch
Areas of the SCRATCH 2 Screen
To start the timer, on the Slide Show menu, click View Show.
Date: Nov. 14, 2016 Aim: How do we summarize the codes used in SCRATCH
Scratch for Storytelling
Getting Started with Scratch
Image #1 Getting Started
To start the timer, on the Slide Show menu, click View Show.
Getting Started with Scratch
Scratch Lesson 2.
Game development using Scratch
Creating a Simple Game in Scratch
Introducing Scratch and Creating Sprite
Instructions for using the Miradi Companion Reporting Tool
Using MIT Scratch for Programming and Control Exercise 5 – Drawing with Scratch Year 9 ICT Autumn Term 2007.
Presentation transcript:

Using MIT Scratch for Programming and Control Extension work – clock project Year 9 ICT Autumn Term 2007

What you will learn: Importing backgrounds Editing the size of sprites

Clock project In this project you will experiment with importing backgrounds that are not part of the standard set that comes with scratch and also experiment with editing the size of Sprites. Start my downloading a clock face image Start a new project

Clock project Click on the scissors and select the cat sprite to delete it Double click the stage button Select the centre tab entitled backgrounds

Clock project Click the import button and browse for the clock face Note that this isn’t part of the standard files supplied with Scratch and so you may have to browse away from the files initially presented – you can import any background file in jpeg format

Clock project Click the centre button below the stage in order to import a new sprite Select the Things folder Select the clock hand and click OK

Clock project Note that the script automatically centres the hand on the page when you run the script Note the timer on the clock had is set to 6. This roughly corresponds to the speed of a second hand on a clock.

Clock project Import two other clock hands Rename the hands as Hour, Minute and Second so that you don’t get them mixed up Set the speed of the other hands to 0.1 and (these speeds roughly correspond to the speeds of minute and hour hands on a clock)

Clock project Edit the size of the hands

Clock project You have made a clock!! Click the green flag…