Mari Hobkirk Green Mountain High School Jeffco’s Virtual Academy Stand up and introduce yourself with the following information: What school you teach.

Slides:



Advertisements
Similar presentations
Quiz Time What button stops the sprite from vanishing off the screen?
Advertisements

KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Use logic to teach the computer how to play a game
A Christmas Scratch game
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
Code for diagrams Types of Lines: Solid Lines = Light Rays Dashed Lines = Virtual Rays Dotted Lines = Guide lines (not a ray) Colors: Blue = Incident Light.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
Web Page Development Identify elements of a Web Page Start Notepad
School of History FACULTY OF ARTS Wikis in Teaching Dr Kevin Linch.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech June 2011.
Making a Flappy Birds Game A INTRODUCTION TO MAKING A FLAPPY BIRDS TYPE GAME.
Bug Session Three. Session description In this session, pupils will discover how the Bug software makes drawing shapes easier (this is based on the use.
Building Our Website Step by Step. Step 1: Open a new Microsoft Word document. Save it as “How To [Your topic] Website.”
ACCESSING AND UTILISING
By Yukyong Chung.  Given the terms of computational concepts, the students will be able to state examples matching the Scratch blocks.  The students.
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.
Digit Sums of the factors of a number An Investigation.
How are tables used in web design?. A table (FIVE THINGS TO KNOW) 1. Is made up of columns and rows 2. Has cells where columns and rows intersect.
My Documents MarysWebpage 1-WebpageFolders&Files Projects&Assignments MySpinPage SciFairProjPage The folders you should have in “My Documents” are shown.
Institute for Personal Robots in Education (IPRE)‏ CSC 170 Computing: Science and Creativity.
Kingdom Lessons Based on Alive-O 8: Term 3, Lessons 2-8 Refer to Teacher’s Book pp This presentation can be used to introduce the above lessons.
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.
PowerPoint 2007 Can you do?. Can you..... Lesson2 Add a text box and some text Change the font of a shape Add a picture from the internet Make a picture.
Mathematical Art A 40 point circle mapping A drawing to download and try from the Mathematics n 77n + 10.
Introduction to Programming G50PRO University of Nottingham Unit 2 : Introduction To Scratch Paul Tennent
Making Websites with Dreamweaver BTT. What is Dreamweaver?  “What You See Is What You Get” (WYSIWYG) web design software  Rather than writing code and.
Unit 3 Music and Sound Evangel College S.2 ICT.
Image #1 Getting Started
WHAT IN THE WORLD IS SCRATCH??? AN INTRODUCTION TO COMPUTER PROGRAMMING By MD Showman.
1 Project designed and created by M. Shajith Kumar.
The If Block. IF The “if” block can be found in the control tab. The if block means, “IF this happens, THEN do this.” You can put blocks ON the if block.
Identity and the Forces of Globalization What is the connection between these photos on page 42 and your identity? Read the Introduction on page 43 What.
Unit 1 Introduction to Evangel College S.2 ICT.
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.
JavaScript Dynamic Active Web Pages Client Side Scripting.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Introduction to Computer Programming - Project 1 Intro to Digital Technology.
Your Title Goes Here Add pictures if you would like. Go to Insert, Picture (for a saved still image) or Clipart to search for pictures Your Name Goes.
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,
Text Title: YOUR TOPIC Narrator: Narration: Replace the BOLD words with your own information Photo: Go to the Unsolved Mysteries Wiki Resources page under.
Introducing Scratch Learning resources for the implementation of the scenario
HOW TO TUTORIAL: CREATING DATA VISUALIZATION GROUP 8.
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.
Functions / Blocks.
Review for Final June 13, 2016.
Module 1: Investigation 1 Moving, Turning and Stamping
Module 2: Investigation 2
Module 2: Investigation 3
Lesson 1 - Sequencing.
Co-ordinates And Geometry Module 6: Investigation 2
Madlib-Input, Strings, and Lists in Scratch
Today's Challenge: More Animation Storytelling and Scrolling!
Spanish Mad libs with Scratch
Understanding the Geometric Shape Code
Unit 2 Getting Started With
Date: Time: Location: Contact:
Getting Started with Scratch
Javascript Game Assessment
Subject’s Name Subtitle about the major historical contribution
Landscape.
Date: Time: Location: Contact:
First, go to iFundraise.ie/StewartsSchool and click START FUNDRAISING
Image #1 Getting Started
Program to find equivalence classes
Introduction to Snap Programming
Getting Started with Scratch
Date: Time: Location: Contact:
Presentation transcript:

Mari Hobkirk Green Mountain High School Jeffco’s Virtual Academy Stand up and introduce yourself with the following information: What school you teach at What subject you teach

 Hat blocks are designed to start a script, they are shaped so no blocks can go on top of them General Shape Example of Hat Block in Code

 Stack blocks are shaped to allow blocks above and below them, they are used almost everywhere in a script; scripts must always have a Stack block in them to be functional. General Shape Example of Stack Blocks in Code

 Reporter blocks are values, they are designed to fit wherever a value is needed. This can be anywhere: a lot of blocks have spaces in them for input, or Reporter blocks. General ShapeExample of Reporter Block in Code In this case used to report the y position

 How to snap blocks together  How to make a sprite move and say something  How to add another sprite  How to change the background image

What can you make from these 8 Blocks? You have 20 minutes

 Need more of a challenge? ◦ Add a second Sprite ◦ Add these blocks

 Save your project to a Flash Drive and we’ll show them to the group.

 Look at the Wiki page for links to some of the best resources on the web.