Review for Final June 13, 2016.

Slides:



Advertisements
Similar presentations
SCRATCH Lesson Two – Interactive Concepts Using Sensing, Operators, and Variables.
Advertisements

Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Mission Technology Introduction to Scratch! June 2007.
Harry Potter Scratch Game
Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech June 2011.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Scratch Workshop Thursday, August 26, 2010.
Adventures in Animation Introduction to Scratch! Michelle Venable-Foster June 2006.
Introduction to.
Introduction to Scratch!
Mimio Making Madness How can I create a lesson using Mimio? In this session, you will see and use all the unique tools to create an exciting lesson that.
Website Editing From Gingerweb The Image Gallery.
Introduction to Programming G50PRO University of Nottingham Unit 2 : Introduction To Scratch Paul Tennent
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
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
Scratch Another computer programming language Developed by MIT in 2003
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Computer Programming Modeling a Passive Solar Home.
Unit 1 Introduction to Evangel College S.2 ICT.
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.
Adventures in Animation Introduction to Scratch! Michelle Venable-Foster Barb Ericson Dec 2007.
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 Modeling a Passive Solar Home.
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.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Introducing Scratch Learning resources for the implementation of the scenario
School of Computer Science Space School 2015 Programming a Lunar Lander Game.
Create a Halloween Computer Game in Scratch
Customise & Explain your game
Commands in Scratch.mit.edu
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!
Spanish Mad libs with Scratch
How to Create an Animoto Video
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Introduction to.
Dance Cards Dance Cards
Getting Started with Scratch
Dance Cards Dance Cards
Dance Cards Dance Cards
Introduction to Scratch!
Areas of the SCRATCH 2 Screen
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Getting Started with Scratch
Image #1 Getting Started
Introduction to Snap Programming
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Getting Started with Scratch
Game development using Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Creating a Simple Game in Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Introducing Scratch and Creating Sprite
CSC 221: Introduction to Programming Fall 2018
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Catch Game Cards Catch Game Cards Make a Card Go to the Top Fall Down
Presentation transcript:

Review for Final June 13, 2016

Today’s Objective: Review for Final Agenda: Review for Final PowerPoint (also on www.prosseracademy.org ) This is your study guide! Your Final is Wednesday-June 15th! Finish any old work! Call me when finished with programs for credit.

What should you know? The screen!

Anything else? Know: What is a sprite? A sprite is a 2D character. What is a stage? A stage is where you see your stories, games and animations come to life. Sprites move and interact with one another on the stage. The stage is 480 unites wide and 360 units tall. It is divided into an x-y grid. The middle of the stage is 0 for x and 0 for y.

Are buttons to switch between small and large stage view Are buttons to switch between small and large stage view. You can use small stage view to display Scratch on small screens or to expand the script area. Is a button when you want to present your project. To exit, press ESC button. View Mode Presentation Mode

Sprites! When you start a new project it begins with a single cat sprite. How do you create a new sprite? Click on Delete a sprite? Select the scissors from the toolbar and click on the sprite. Sprite List displays thumbnails for all sprites in a project. To show, export, duplicate, or delete a sprite, right-click on the sprite’s thumbnail in the Sprite List. Stage – can change its appearance by switching backgrounds. To see and edit the scripts, backgrounds, and sounds associated with the stage, click on the Stage icon at the left of the Sprite list.

Blocks Pallete/Scripts Area To program a sprite, drag blocks from the Blocks Palette to the Scripts Area. Create scripts (programs) by snapping blocks together into stacks. Right click to find out what a block does. Right click to add a comment to your script. Click the costume tab to see and edit the sprite’s costumes. 4 ways to create new costumes: Click Paint button, Import button, Camera button, or drag in one or more images from the web or your desktop. Can record or import sound files.

Regarding your sprite: Where can you fine the sprite’s name, x-y position, direction, lock state and pen state? In the Current Sprite Info section. Rotation Style buttons control how the costume appears as the sprite changes its direction. Click on the toolbar to select a tool, then click on other objects to perform an action. ToolBar

Menu bar! Green Flag To change the language for the scratch interface. To save your project. Share – to upload your project to the Scratch website. Let’s you create a new project, open a project, save a project. Can undelete, start single stepping, compress sounds/images, show motor blocks. Can upload your project to Scratch website. Can access a help page with links to reference materials, tutorials and FAQ’s. The green flag provides a convenient way to start many scripts at the same time. Starts all scripts that have this block at the top. In presentation Mode, pressing the Enter key has the same effect as clicking the Green Flag. Green Flag

There are 3 main types of blocks. Stack Blocks: have bumps on the bottom and/or notches on the top. Hats: These blocks have rounded tops. Reporters: These blocks are designed to fit in the input area of other blocks. Block Palette!

Test is Wednesday. Are you ready? 8 color-coded categories Motion Looks Sound Pen Control Sensing Operators Variables You can find a table of each block and its explanations on pages 12 – 21 of the Reference Guide in the Help Menu of Scratch. Test is Wednesday. Are you ready? Block Descriptions