Scratch Lesson 11: Mini Mario Game Part II - Sprites

Size: px
Start display at page:

Download "Scratch Lesson 11: Mini Mario Game Part II - Sprites"

Transcription

1 Scratch Lesson 11: Mini Mario Game Part II - Sprites In Lesson 11, we will create all necessary sprites for Mini Mario game. Especially, we will focus on Mario and show how to make him walk, jump, and squat. First create a new project and name it Mini Mario. Delete the cat sprite. We will create sprites for Mini Mario game in this lesson. 1. Create Fruit Platter sprite 1. Fruit Platter -Delicious None Import costume from library Import the Fruit Platter image by clicking then select COSTUMES->THINGS. Scroll to select fruit_platter sprite as Fruit Platter. and click OK to save. Rename the costume as Delicious. Save this 2. Create Princess sprite 2. Princess -Surprised -Jump for Joy 1. Import first costume from library -Happy 2. Create another costume based on the first costume 3. Create Jumping for Joy script

2 Import the image from Scratch library by clicking then select COSTUMES->PEOPLE. Scroll to select squaregirl and click OK to save.rename this costume as Surprised and modify Surprised to become Happy. Add a script to keep changing to next costume. Save this sprite as Princess. 3. Create Coin sprite 3. Coin -Spin1 -Spin 1. Create custom costumes -Spin2 -Spin3 2. Import sound 3. Add Spin script Create three costumes: Spin1, Spin2, and Spin3. Add a script to create the spinning effect: Save this sprite as Coin.

3 4. Create Brick Sprite 4. Brick -Regular -Crushed 1. Create custom costumes -Cracked 2. Import sound 3. Create Crushed script Use to create a new Sprite which has two costumes: Regular and Cracked. Save this sprite as Brick. 5. Create Bat Sprite 5. Bat -Fly1 -Fly2 -Fly 1. Import both costumes from the library 2. Import sounds 3. Add Fly script Import the image by clicking then select COSTUMES->ANIMALS. Scroll to select and ; save them as Fly1 and Fly2.

4 Add a script to simulate the wing flapping: Save this sprite as Bat. 6. Create Crab sprite 6. Crab -Walk1 -Walk2 -Walk 1. Import Walk1 from library 2. Create Walk2 based on Walk1 3. Create Walk script Import the image from Scratch library by clicking then select COSTUMES->ANIMALS. Scroll to select and ; save them as Walk1 and Walk2. Add a script to simulate its claws opening and closing: Save this sprite as Crab..

5 7. Create Mario sprite 7. Mario -Walk1 -Walk 1. Create custom costumes -Walk2 -Jump Up -Jump Down -Squat Down -Jump -Die -Grow -Shrink 2. Import sounds 3. Create action script blocks 7.1 Create Mario s Costumes Name Look 7. Mario -Walk1 -Walk2 -Jump Up -Jump Down -Squat Down TO CREATE MARIO'S HAT: => => => => You should have all these pieces before moving on.

6 TO PUT MARIO S HEAD TOGETHER: => => => => => => => TO PUT MARIO S UPPER BODY TOGETHER:

7 => Select one arm => Trim the top => => => => => TO CREATE MARIO S LOWER BODY:

8 => Select feet => Use Shrink Tool to shrink the feet => Connect feet to legs => Move feet to connect to the butt => Erase the line =>

9 Fill with the same color TO PUT MARIO S LOWER BODY WITH THE REST OF HIS BODY: Connect lower body to the upper body => Erase lines => Fill with color. TO ROTATE ONE LEG:

10 Select a leg => Rotate it => Reconnect TO CREATE COSTUME WALKING2: Select both legs. => Flip it. =>

11 Reconnect. I ve also created other costumes: Jumping Up, Jumping Down, and Squat Down. Jumping Up Jumping Down Squat Down The complete list of Mario s costumes is shown below:

12 7.2 Create Mario s Scripts Let s create Walk script and Jump Script and add more in Lesson 12, Name Script 8. Mario -Walk -Jump CREATE WALK SCRIPT: Add a script that makes Mario show up at a starting location when the game starts: Add a script that makes Mario move right when the right arrow is clicked: Add a script that makes Mario move left when the left arrow is clicked: Add a script that makes Mario squat down when the down arrow is clicked:

13 CREATE JUMP SCRIPT Add a script that makes Mario jump up when the up arrow is clicked:

Animate a Character Cards

Animate a Character Cards Animate a Character Cards Bring characters to life with animation. Set of 8 cards Animate a Character Cards Try these cards in any order: Move with Arrow Keys Make a Character Jump Switch Poses Glide from

More information

Animate a Name Cards

Animate a Name Cards Animate a Name Cards Animate the letters of your name, initials, or favorite word. Animate Your Name 1 Set of 7 cards Animate a Name Cards Try these cards in any order: Color Clicker Spin Play a Sound

More information

Add in a new balloon sprite, and a suitable stage backdrop.

Add in a new balloon sprite, and a suitable stage backdrop. Balloons Introduction You are going to make a balloon-popping game! Step 1: Animating a balloon Activity Checklist Start a new Scratch project, and delete the cat sprite so that your project is empty.

More information

SCRATCH PROGRAMMING. Lesson 7: Create a Scratch Cartoon Animation

SCRATCH PROGRAMMING. Lesson 7: Create a Scratch Cartoon Animation SCRATCH PROGRAMMING Lesson 7: Create a Scratch Cartoon Animation In this lesson, we will create a Scratch Cartoon Animation. We will first create a story line. Based on the story line, we will create sprites

More information

You can delete the default blank background by clicking on its Delete button.

You can delete the default blank background by clicking on its Delete button. Quiz Project In this project, the application presents the user with an electronic quick made up of five questions. Before you start scripting, you need to have your questions ready. Create 5 trivia questions

More information

Scratch Lesson 2: Movies Made From Scratch Lesson Framework

Scratch Lesson 2: Movies Made From Scratch Lesson Framework Scratch Lesson 2: Movies Made From Scratch Lesson Framework Scratch makes it easy to program your own interactive stories, games, and animations and share your creations on the web. As you create and share

More information

Lost in Space. Introduction. Step 1: Animating a spaceship. Activity Checklist. You are going to learn how to program your own animation!

Lost in Space. Introduction. Step 1: Animating a spaceship. Activity Checklist. You are going to learn how to program your own animation! Lost in Space Introduction You are going to learn how to program your own animation! Step 1: Animating a spaceship Let s make a spaceship that flies towards the Earth! Activity Checklist Start a new Scratch

More information

Lost in Space. Introduction. Scratch. You are going to learn how to program your own animation! Activity Checklist.

Lost in Space. Introduction. Scratch. You are going to learn how to program your own animation! Activity Checklist. Scratch 1 Lost in Space Introduction You are going to learn how to program your own animation! Activity Checklist Test your Project Save your Project Follow these INSTRUCTIONS one by one Click on the green

More information

Cartoon Animation Tutorial

Cartoon Animation Tutorial Cartoon Animation Tutorial In this tutorial, we will create a Cartoon Animation. We will first create a story line. Based on the story line, we will create sprites and scenes, and finally add scripts to

More information

Teacher Cheat Sheet - Game Coding Challenges

Teacher Cheat Sheet - Game Coding Challenges Teacher Cheat Sheet - Game Coding Challenges Challenge #1 Movement: Make your sprite move across the screen. When it hits the walls, it must bounce off and keep moving. 1. The When Flag is clicked is your

More information

Introduction to Scratch Programming v1.4 (Second Ed) Lesson 6 Calculator

Introduction to Scratch Programming v1.4 (Second Ed) Lesson 6 Calculator Lesson What you will learn: how to perform simple calculations using Scratch how to use variables how to develop a design how to use the else if function how to create animated buttons Contents Exercise

More information

Meet the Cast. The Cosmic Defenders: Gobo, Fabu, and Pele The Cosmic Defenders are transdimensional

Meet the Cast. The Cosmic Defenders: Gobo, Fabu, and Pele The Cosmic Defenders are transdimensional Meet the Cast Mitch A computer science student who loves to make cool programs, he s passionate about movies and art, too! Mitch is an all-around good guy. The Cosmic Defenders: Gobo, Fabu, and Pele The

More information

Teaching Kids to Program. Lesson Plan: Catch the Ball

Teaching Kids to Program. Lesson Plan: Catch the Ball Teaching Kids to Program Lesson Plan: Catch the Ball Step 1: 1. Open your web browser and go to SCRATCH (http://scratch.mit.edu/ ) 2. Sign in to your Scratch account by clicking on the button on the top

More information

SCRATCH PROGRAMMING. Lesson 8: Stories to Animations Part I

SCRATCH PROGRAMMING. Lesson 8: Stories to Animations Part I SCRATCH PROGRAMMING Lesson 8: Stories to Animations Part I In this lesson, we will create a Cartoon Animation. We will first create a story line. Based on the story line, we will create sprites and scenes,

More information

S3 Scratch Programming

S3 Scratch Programming LOREM ST LOUIS IPSUM DOLOR ST LOUIS SCHOOL S3 Computer Literacy S3 Scratch Programming Dominic Kwok CHAPTER 1 Scratch After studying this chapter, you will be able to create a simple Scratch program upload

More information

The Environment. Scratch Programming. The Environment. The Environment. The Environment. The Environment. Lesson 1: Introduction THE STAGE

The Environment. Scratch Programming. The Environment. The Environment. The Environment. The Environment. Lesson 1: Introduction THE STAGE Scratch Programming Lesson 1: Introduction Jt Scratch Lesson 1 Fall 2011 slide 2 THE STAGE Code Executes Here Default Sprite Jt Scratch Lesson 1 Fall 2011 slide 3 Jt Scratch Lesson 1 Fall 2011 slide 4

More information

Date:.. /. / 20.. Remas Language Schools. Name :. Class : Second Term 5th Primary 1 Computer Department

Date:.. /. / 20.. Remas Language Schools. Name :. Class : Second Term 5th Primary 1 Computer Department Name :. Class : Second Term 5th Primary 1 Computer Department Table of contents of the (Second term) Chapter 3: continue the PowerPoint: Lesson 8: View show Lesson 9: Slide to slide transitions Lesson

More information

All Blocks of Scratch

All Blocks of Scratch All Blocks of Scratch Scratch has over 100 coding blocks, and each one has a unique use. They are all colour-coded into 9 different categories as seen below: You can also create your own block under More

More information

Scratch. Creative Computing

Scratch. Creative Computing Scratch Creative Computing Section 1 INTRODUCTION TO SCRATCH Scratch Browser based Created at MIT Creative Computing Using a tool to easily create a computer program. Typically a drag-and-drop tool. Emphasizes

More information

micro:bit game controller with Scratch

micro:bit game controller with Scratch Raspberry Pi Learning Resources rpf.io/learn 1 micro:bit game controller with Scratch What you will learn By creating a micro:bit game controller with a micro:bit and your Raspberry Pi, you will learn:

More information

Final Revision. 1)Put ( ) or ( ):

Final Revision. 1)Put ( ) or ( ): 1 Final Revision 1)Put ( ) or ( ): 1- Scratch is a graphical programming language using visual steps only. ( ) 2- Scratch program helps to think in a logical way visually. ( ) 3-You can use repeat and

More information

The City School. PAF Chapter Comprehensive Worksheet May 2017 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date:

The City School. PAF Chapter Comprehensive Worksheet May 2017 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date: The City School PAF Chapter Comprehensive Worksheet May 2017 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date: Maximum Marks: 20 ANSWERING KEY Time Allowed: 1 ½ hours INSTRUCTIONS:

More information

ONE HOUR ANIMATION. Will you be a Scratcher upon completion of this session? Definitely. Learn how to write a basic script to animate a sprite.

ONE HOUR ANIMATION. Will you be a Scratcher upon completion of this session? Definitely. Learn how to write a basic script to animate a sprite. ONE HOUR ANIMATION 45-60 minutes Will you be a Scratcher upon completion of this session? Definitely. Learn how to write a basic script to animate a sprite. 1. A computer or laptop A computer or 2. A mouse

More information

We ll be making starter projects for many of the examples, to get people started. Those should be appearing at

We ll be making starter projects for many of the examples, to get people started. Those should be appearing at Marty Scratch Examples This document shows a selection of things you can do with Marty through the Scratch interface, from the very basic to the fairly complicated. Everything here is in prototype stage,

More information

Make a game in which you play the notes of a song as they scroll down the stage.

Make a game in which you play the notes of a song as they scroll down the stage. Raspberry Pi Projects Binary Hero Introduction Make a game in which you play the notes of a song as they scroll down the stage. What you will make Click the green ag to play. Use z, x, c and v to play

More information

The City School PAF Chapter Comprehensive Worksheet April 2018 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date:

The City School PAF Chapter Comprehensive Worksheet April 2018 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date: The City School PAF Chapter Comprehensive Worksheet April 2018 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date: Maximum Marks: 20 Time Allowed: 1 ½ hours INSTRUCTIONS: Write your

More information

Lesson 3 Creating and Using Graphics

Lesson 3 Creating and Using Graphics Lesson What you will learn: how to delete a sprite and import a new sprite how to draw using the pen feature of Scratch how to use the pen up and pen down feature how to change the colour of the pen how

More information

Introduction to Scratch

Introduction to Scratch Introduction to Scratch Familiarising yourself with Scratch The Stage Sprites Scripts Area Sequence of Instructions Instructions and Controls If a computer is a box think of a program as a man inside the

More information

SCRATCH. Introduction to creative computing with Scratch 2.0

SCRATCH. Introduction to creative computing with Scratch 2.0 SCRATCH Introduction to creative computing with Scratch 2.0 What is Scratch? Scratch is a visual programming language that allows you to create your interactive stories, games and animations by using blocks

More information

We created a few different effects and animations using this technique as applied to clones.

We created a few different effects and animations using this technique as applied to clones. Contents Scratch Advanced: Tick technique and Clones... 1 The tick-technique!... 1 Part 1: The Game Time Loop... 1 Part 2: The setup... 2 Part 3: The sprites react to each game tick... 2 The Spinning Shape

More information

Key Stage 2 Scratch, Python and Kodu (Beginners)

Key Stage 2 Scratch, Python and Kodu (Beginners) Key Stage 2 Scratch, Python and Kodu (Beginners) The Aims By the end of this session, you will have: Explored a progression of beginner activities in Scratch a visual programming language Programmed new

More information

Motion Creating Animation with Behaviors

Motion Creating Animation with Behaviors Motion Creating Animation with Behaviors Part 1: Basic Motion Behaviors Part 2: Stacking Behaviors upart 3: Using Basic Motion Behaviors in 3Do Part 4: Using Simulation Behaviors Part 5: Applying Parameter

More information

Creating and Triggering Animations

Creating and Triggering Animations Creating and Triggering Animations 1. Download the zip file containing BraidGraphics and unzip. 2. Create a new Unity project names TestAnimation and set the 2D option. 3. Create the following folders

More information

An object in 3D space

An object in 3D space An object in 3D space An object's viewpoint Every Alice object has a viewpoint. The viewpoint of an object is determined by: The position of the object in 3D space. The orientation of the object relative

More information

Methods & Classes in Alice

Methods & Classes in Alice Part A Creating Custom Methods for an Object Alice provides primitive methods with each class to allow the programmer to accomplish some basic tasks such as movement. Some classes also include custom methods

More information

The City School PAF Chapter Comprehensive Worksheet April 2018 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date:

The City School PAF Chapter Comprehensive Worksheet April 2018 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date: The City School PAF Chapter Comprehensive Worksheet April 2018 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date: Maximum Marks: 20 ANSWERING KEY Time Allowed: 1 ½ hours INSTRUCTIONS:

More information

With the Photo-face project learners can incorporate digital media digital photos, and then transform these images in creative and surprising ways.

With the Photo-face project learners can incorporate digital media digital photos, and then transform these images in creative and surprising ways. Scratch Photo-face This project was designed to introduce Scratch in a way to bring the student/youth/adult into their work. One of the ideas that is integrated into the Scratch program is that is a tool

More information

Lesson 1A Plants Versus Zombies01 Page 1A-1 Extracting Frames from Video (ver 1) Extract Frames Using Adobe Premiere Start Adobe Premiere

Lesson 1A Plants Versus Zombies01 Page 1A-1 Extracting Frames from Video (ver 1) Extract Frames Using Adobe Premiere Start Adobe Premiere Lesson 1A Plants Versus Zombies01 Page 1A-1 Extract Frames Using Adobe Premiere Start Adobe Premiere Click on New Project. Click on Browse. Single click on your PlantsVersusZombies01 folder. Click on Select

More information

Animatron Tutorial. Ronald Bourret

Animatron Tutorial. Ronald Bourret Animatron Tutorial Ronald Bourret http://www.rpbourret.com Table of Contents License... 2 Lesson 1: Getting Started... 3 1.1 Creating an Animatron account... 3 1.2 Animatron screen... 3 Lesson 2: Drawing...

More information

Measuring in Pixels with Scratch

Measuring in Pixels with Scratch In the Primary division, a big mathematical idea is understanding how to measure correctly, using both non standard and standardized measurements. Many students struggle with measuring because they fail

More information

SCRATCH MODULE 3: NUMBER CONVERSIONS

SCRATCH MODULE 3: NUMBER CONVERSIONS SCRATCH MODULE 3: NUMBER CONVERSIONS INTRODUCTION The purpose of this module is to experiment with user interactions, error checking input, and number conversion algorithms in Scratch. We will be exploring

More information

GIMP WEB 2.0 BADGES. GIMP is all about IT (Images and Text) OPEN GIMP

GIMP WEB 2.0 BADGES. GIMP is all about IT (Images and Text) OPEN GIMP GIMP WEB 2.0 BADGES and Badges: Circle with Flap Completed Project WEB 2.0 BADGES: CIRCLE WITH FLAP GIMP is all about IT (Images and Text) OPEN GIMP Step 1: To begin a new GIMP project, from the Menu Bar,

More information

Making a maze with Scratch

Making a maze with Scratch Making a maze with Scratch Can you make it to the end? Student guide An activity by the Australian Computing Academy Let s go! Step 0: Get started Go to www.scratch.mit.edu Sign in with the username and

More information

Lineup. Introduction. What you will need. Import your costumes. What you will make. What you will learn. Hardware. Software

Lineup. Introduction. What you will need. Import your costumes. What you will make. What you will learn. Hardware. Software Raspberry Pi Projects Lineup Introduction In this project you will be making a game using Scratch 2.0. The game will involve nding a stamped sprite on the stage, hidden amongst a huge group of other stamps.

More information

Fruit Snake SECTION 1

Fruit Snake SECTION 1 Fruit Snake SECTION 1 For the first full Construct 2 game you're going to create a snake game. In this game, you'll have a snake that will "eat" fruit, and grow longer with each object or piece of fruit

More information

M O T I O N A N D D R A W I N G

M O T I O N A N D D R A W I N G 2 M O T I O N A N D D R A W I N G Now that ou know our wa around the interface, ou re read to use more of Scratch s programming tools. In this chapter, ou ll do the following: Eplore Scratch s motion and

More information

ICS 61 Game Systems and Design Introduction to Scratch

ICS 61 Game Systems and Design Introduction to Scratch ICS 61, Winter, 2015 Introduction to Scratch p. 1 ICS 61 Game Systems and Design Introduction to Scratch 1. Make sure your computer has a browser open at the address http://scratch.mit.edu/projects/editor/.

More information

Crossley Fields - Computing Vocabulary

Crossley Fields - Computing Vocabulary Crossley Fields - Computing Vocabulary Glossary of terms taken from Kirklees Guidance, CAS/NAACE Computing in the National Curriculum & MIT Scratch Reference Guide. A Algorithm an unambiguous procedure

More information

2D Animation Principles Assignment List

2D Animation Principles Assignment List 2D Animation Principles Assignment List Week 1: Flip Book Create a New Scene Named FlipBook Add a Drawing Layer (Total of Two Drawing Layers) o Rename Drawing Layers o Draw in each Drawing Layer Using

More information

AN INTRODUCTION TO SCRATCH (2) PROGRAMMING

AN INTRODUCTION TO SCRATCH (2) PROGRAMMING AN INTRODUCTION TO SCRATCH (2) PROGRAMMING Document Version 2 (04/10/2014) INTRODUCTION SCRATCH is a visual programming environment and language. It was launched by the MIT Media Lab in 2007 in an effort

More information

Lesson 20 FRIEZE GROUPS

Lesson 20 FRIEZE GROUPS FRIEZE GROUPS Early on we mentioned that groups measure symmetry and that wherever we find symmetry present, we also find a corresponding group. We ve also stated that symmetry is just the repetition of

More information

Story 1: Greedy dog. 1. Beginning: setting background and casting characters. 2. Middle: Developing the story.

Story 1: Greedy dog. 1. Beginning: setting background and casting characters. 2. Middle: Developing the story. Story 1: Greedy dog For kids, usually curriculum covers the story which gave morals. A greedy dog is a story covered in most school syllabus. Students will be more interested in stories. If we gave such

More information

Programming Scratch to Control a K NEX Fairground Ride

Programming Scratch to Control a K NEX Fairground Ride Programming Scratch to Control a K NEX Fairground Ride Raspberry Pi and K NEX System K NEX Model PiFace Motor Raspberry Pi Speaker LED Lights Switch Computer Control Parts Scratch Raspberry Pi PiFace How

More information

CO-ORDINATES AND GEOMETRY MODULE 6: INVESTIGATION 2. Coordinate Shapes

CO-ORDINATES AND GEOMETRY MODULE 6: INVESTIGATION 2. Coordinate Shapes CO-ORDINATES AND GEOMETRY MODULE 6: INVESTIGATION 2 Coordinate Shapes 1 AcEvity 6.2.1 LeCers and Coordinates ACTIVITY 6.2.1 LeCers and Coordinates 2 AcEvity 6.2.1 LeCers and Coordinates Open project 6-Grid

More information

TTS Scratch Controller. Teacher Guide. 1 TTS Scratch Controller - Teacher Guide. Product Code: EL00530

TTS Scratch Controller. Teacher Guide.  1 TTS Scratch Controller - Teacher Guide. Product Code: EL00530 1 TTS Scratch Controller - Teacher Guide Product Code: EL00530 TTS Scratch Controller Teacher Guide www.tts-shopping.com 2 TTS Scratch Controller - Teacher Guide TTS Scratch Controller Using the Scratch

More information

Gloucester County Library System. Microsoft 2010 PowerPoint

Gloucester County Library System. Microsoft 2010 PowerPoint Gloucester County Library System Microsoft 2010 PowerPoint PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that may include animation, narration, images,

More information

New Perspectives on PowerPoint Module 2: Adding Media and Special Effects

New Perspectives on PowerPoint Module 2: Adding Media and Special Effects New Perspectives on PowerPoint 2016 Module 2: Adding Media and Special Effects Objectives, Part 1 Apply a theme used in another presentation Insert shapes Format shapes and pictures Rotate and flip objects

More information

Arrows and Watermark

Arrows and Watermark Arrows and Watermark Alex Bodnar Period: Directions: The purpose of these two activities are to create objects/elements that will help you to better explain your instructions to people reading your tutorial.

More information

Mailman Max. The postcode is a great way to work out the next sorting office a letter should go to, so you ll use that.

Mailman Max. The postcode is a great way to work out the next sorting office a letter should go to, so you ll use that. Mailman Max In this project you will make a main postal sorting office. It will need to sort letters so that they can be put into vans going to the right local sorting offices. The postcode is a great

More information

Chapter 5. Creating Special Effects Delmar, Cengage Learning

Chapter 5. Creating Special Effects Delmar, Cengage Learning Chapter 5 Creating Special Effects 2011 Delmar, Cengage Learning Chapter 5 Lessons 1. Create a mask effect 2. Add sound 3. Add video 4. Create an animated navigation bar 5. Create character animations

More information

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite.

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. Drawing Program In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. 2. Create a new sprite. 3. The new sprite

More information

1st ESO: Technology, Programming and Robotics. Unit 5: Programming. Autor: Guillermo Gómez

1st ESO: Technology, Programming and Robotics. Unit 5: Programming. Autor: Guillermo Gómez 1st ESO: Techlogy, Programming and Robotics Unit 5: Programming Autor: Guillermo Gómez Contents Prior kwledge... 2 Keywords... 2 Mindmap of the unit... 2 5.1. Programming basics... 3 5.2. Example of IDE:

More information

Microsoft PowerPoint and Digital Photos

Microsoft PowerPoint and Digital Photos Microsoft PowerPoint and Digital Photos This exercise will give you a basic understanding of Microsoft PowerPoint presentation software. You will create a 3-slide document by following the instructions

More information

Lesson 10 Using and Sorting Lists

Lesson 10 Using and Sorting Lists Lesson What you will learn: how to create variables how to create lists how to add values to lists how to create ordered lists how to use IF ELSE how to create a list in a random order with no duplicates

More information

PowerPoint Quick-Start. Table of Contents. How to Get Help. Information Technology

PowerPoint Quick-Start. Table of Contents. How to Get Help. Information Technology PowerPoint 2010 Quick-Start View the Office 2010 Quick-Start for information on the general changes that apply to all Office programs. This table of contents is interactive. Click on an item to jump to

More information

Making Your First Character

Making Your First Character Create a new canvas on Photoshop (File > New) and set this to 32 x 32 pixels select a transparent background. Remember to set up your preferences under Edit > Preferences > Guides, Grid & Slices Also remember

More information

Fantasy Cartography with Adobe Photoshop: Adapted for Gimp

Fantasy Cartography with Adobe Photoshop: Adapted for Gimp Fantasy Cartography with Adobe Photoshop: Adapted for Gimp By Megan Wiseman 2010 This is a written tutorial, adapted for Gimp 2.6.8, based on Butch Curry s video tutorial series Fantasy Cartography with

More information

Lesson 6 page 1. If you look at the bottom right of the Scratch color choices, you will see it say MORE BLOCKS in Purple.

Lesson 6 page 1. If you look at the bottom right of the Scratch color choices, you will see it say MORE BLOCKS in Purple. Lesson 6 page 1 LESSON 6: Feb 17-24 Hello everyone! We are going to learn about BYOB this week. This acronym stands for Build Your Own Blocks. If you look at the bottom right of the Scratch color choices,

More information

Chapter 2 Motion. Now consider a horizontal pipe running through it (left to right). Now, a vertical pipe (top to bottom) runs through the same point.

Chapter 2 Motion. Now consider a horizontal pipe running through it (left to right). Now, a vertical pipe (top to bottom) runs through the same point. Chapter 2 Motion Section 1 Object motion At the end of the previous chapter, you used the mouse to move objects around the screen to position them in desired locations. Some of the exercises were probably

More information

Computers-Review Mr. Arbiter. Write your name below:

Computers-Review Mr. Arbiter. Write your name below: Computers-Review Mr. Arbiter Write your name below: How often should you save a file you are working on? 1. Before you log off 2. When the 5 minute bell rings 3. Every few minutes 4. Never When you save

More information

INVIGILATED BY MARKED BY MARKS TALLIED BY

INVIGILATED BY MARKED BY MARKS TALLIED BY The City School PAF Chapter Comprehensive Worksheet May - 2016 ICTech Class 7 Candidate Name: Index Number: Section: Branch/Campus: Date: Maximum Marks: 50 Time Allowed: 2 hours INSTRUCTIONS: Write your

More information

P r e c i s i o n F l i g h t C o n t r o l s, I n c. S e r i a l C A T I I I S y s t e m a n d F S S e t u p G u i d e

P r e c i s i o n F l i g h t C o n t r o l s, I n c. S e r i a l C A T I I I S y s t e m a n d F S S e t u p G u i d e P r e c i s i o n F l i g h t C o n t r o l s, I n c. S e r i a l C A T I I I S y s t e m a n d F S 2 0 0 4 S e t u p G u i d e Preface This setup guide will walk you through the necessary steps to setup

More information

Walk Cycle with Symbols

Walk Cycle with Symbols Walk Cycle with Symbols STEP 1 Assuming you have your character all rigged and ready to go, double click on the character to get into the master symbol to see all the layers that make up all of the character

More information

Unit 5.6 3D Modelling

Unit 5.6 3D Modelling Unit 5.6 3D Modelling Year Group: 5 Number of Lessons: 4 Year 5 Medium-term Plan Lesson Aims Success Criteria 1 To be introduced to 2Design and Make. 2 To explore the effect of moving points when designing.

More information

Scratch Programming for Primary School Teachers Quiz Game

Scratch Programming for Primary School Teachers Quiz Game Scratch Programming for Primary School Teachers Quiz Game For Scratch Version 2 Stewart Watkiss PenguinTutor.com www.penguintutor.com/teachers January 2014 About this guide During my preparation for an

More information

PowerPoint. For Evaluation Only. Lesson 5: Enhancing Presentations. Microsoft. Core Certification. Lesson Objectives

PowerPoint. For Evaluation Only. Lesson 5: Enhancing Presentations. Microsoft. Core Certification. Lesson Objectives Microsoft Office Specialist 2010 Series Microsoft PowerPoint 2010 Core Certification Lesson 5: Enhancing Presentations Lesson Objectives In this lesson, you will learn how to enhance a presentation by

More information

Version History: 1.0: ab initio. Planning Notes:

Version History: 1.0: ab initio. Planning Notes: Title: Creative Writing with a Fork in the Road Author(s): Richard (Rick) G. Freedman Approximate Time: Varies by length of story and use of extra features Level: Grade 6-7 (if some code is already provided),

More information

Animatron Tutorial. Ronald Bourret

Animatron Tutorial. Ronald Bourret Animatron Tutorial Ronald Bourret http://www.rpbourret.com Table of Contents License... 2 Lesson 1: Getting Started... 3 1.1 Create an Animatron Account... 3 1.2 Animatron Screen... 3 Lesson 2: Drawing...

More information

S e r i a l T h r o t t l e Q u a d r a n t C o n s o l e S e t u p G u i d e W i t h M i c r o s o f t F l i g h t S i m u l a t o r X

S e r i a l T h r o t t l e Q u a d r a n t C o n s o l e S e t u p G u i d e W i t h M i c r o s o f t F l i g h t S i m u l a t o r X S e r i a l T h r o t t l e Q u a d r a n t C o n s o l e S e t u p G u i d e W i t h M i c r o s o f t F l i g h t S i m u l a t o r X Preface This setup guide will walk you through the necessary steps

More information

Tutorial: Camera basics

Tutorial: Camera basics Tutorial: Camera basics This tutorial walks you through the steps to learn camera basics in Lumberyard, including creating a first person camera, a third person camera, and tracking and dynamic zooming.

More information

3dSprites. v

3dSprites. v 3dSprites v1.0 Email: chanfort48@gmail.com 3dSprites allows you to bring thousands of animated 3d objects into the game. Only up to several hundreds of animated objects can be rendered using meshes in

More information

Instructions for the 3 Spinner & More Programs

Instructions for the 3 Spinner & More Programs Instructions for the 3 Spinner & More Programs Including instructions for importing slides from files. (The preferred way to move slides to another presentation) Instructions for Importing Slides from

More information

VISIT FOR THE LATEST UPDATES, FORUMS & MORE ASSETS.

VISIT  FOR THE LATEST UPDATES, FORUMS & MORE ASSETS. Gargoyle VISIT WWW.SFBAYSTUDIOS.COM FOR THE LATEST UPDATES, FORUMS & MORE ASSETS. 1. INTRODUCTION 2. QUICK SET UP 3. PROCEDURAL VALUES 4. SCRIPTING 5. ANIMATIONS 6. LEVEL OF DETAIL 7. CHANGE LOG 1. Introduction

More information

P r e c i s i o n F l i g h t C o n t r o l s, I n c. S e r i a l C A T I I I a n d F S X S y s t e m S e t u p G u i d e

P r e c i s i o n F l i g h t C o n t r o l s, I n c. S e r i a l C A T I I I a n d F S X S y s t e m S e t u p G u i d e P r e c i s i o n F l i g h t C o n t r o l s, I n c. S e r i a l C A T I I I a n d F S X S y s t e m S e t u p G u i d e (Shown with optional Garmin 430) Preface This setup guide will walk you through

More information

Summer 2012 Animation

Summer 2012 Animation 1/20? July 15, 2012 2/20 Outline?? 4/20 A Sequence of Images Shown Rapidly in Succession? Figure : Leap Frog Source: http://education.eastmanhouse.org/discover/kits 5/20 Flip Books? Figure : Flip Book

More information

Introduction. Format Text. Word 2010 Formatting Text. To Change the Font Size: Page 1

Introduction. Format Text. Word 2010 Formatting Text. To Change the Font Size: Page 1 Word 2010 Formatting Text Introduction Page 1 To create and design effective documents, you need to know how to format text. In addition to making your document more appealing, formatted text can draw

More information

**These steps start after you have a complete model and decide to start rendering views.

**These steps start after you have a complete model and decide to start rendering views. Abstract: This step by step guide will help you understand how to render camera views as well as set up your own screen views straight from the render dialog box. **These steps start after you have a complete

More information

2.0: The Storyboard Editor

2.0: The Storyboard Editor 2.0: The Storyboard Editor Overview Klik & Play is more than just a games creator. It can also produce wonderful presentations. You can use it to generate product tutorials, slide shows, photo albums.

More information

Beginning Microsoft Word Crystal Lake Public Library

Beginning Microsoft Word Crystal Lake Public Library Beginning Microsoft Word 2013 Crystal Lake Public Library Agenda What is it? Do I have it? Why bother? Launch & view Typing time Selecting text Home tab Undo Page layout File backstage Going forward What

More information

Princess & Dragon Part 1: Objects in an Alice World

Princess & Dragon Part 1: Objects in an Alice World Princess & Dragon Part 1: Objects in an Alice World By Elizabeth Liang under the direc?on of Professor Susan Rodger Duke University May 2010 Updated June 2014 by Ellen Yuan Introduc)on Welcome to Alice!

More information

The Beauty and Joy of Computing 1 Lab Exercise 1: Introduction to Scratch/BYOB - Animations and Communication

The Beauty and Joy of Computing 1 Lab Exercise 1: Introduction to Scratch/BYOB - Animations and Communication The Beauty and Joy of Computing 1 Lab Exercise 1: Introduction to Scratch/BYOB - Animations and Communication Objectives By completing this lab exercise, you should learn to understand the basic user interface

More information

Computer Science Concepts in Scratch

Computer Science Concepts in Scratch Computer Science Concepts in Scratch (Supplement for Scratch 2.0) Version 1.0 Michal Armoni and Moti Ben-Ari c 2013 by Michal Armoni, Moti Ben-Ari, Weizmann Institute of Science. This work is licensed

More information

Basics of ActivInspire

Basics of ActivInspire Basics of ActivInspire Course Instructor: Ashley Witman witman@wlake.org Handbook by Heather Hamker Flipchart by: Ashley Witman 1 credit class 1 Table of Contents Topics Page # Module 1: Breaking it Down

More information

Computer Science Concepts in Scratch

Computer Science Concepts in Scratch Computer Science Concepts in Scratch (Supplement for Scratch 2.0) Version 1.0 Michal Armoni and Moti Ben-Ari c 2013 by Michal Armoni, Moti Ben-Ari, Weizmann Institute of Science. This work is licensed

More information

In this lesson you will learn: How to capture the input from the user. How to write programs using variables and lists. Athletics Swimming Gymnastics

In this lesson you will learn: How to capture the input from the user. How to write programs using variables and lists. Athletics Swimming Gymnastics Lesson 4 A m In this lesson you will learn: How to capture the input from the user. How to write programs using variables and lists. Advanced Scratch Sports Day Jyoti and Tejas are planning to create a

More information

Introduction to Unreal Engine Blueprints for Beginners. By Chaven R Yenketswamy

Introduction to Unreal Engine Blueprints for Beginners. By Chaven R Yenketswamy Introduction to Unreal Engine Blueprints for Beginners By Chaven R Yenketswamy Introduction My first two tutorials covered creating and painting 3D objects for inclusion in your Unreal Project. In this

More information

Konftel 300W Quick Reference Guide

Konftel 300W Quick Reference Guide Conference phones for every situation Konftel 300W Quick Reference Guide ENGLISH Description The Konftel 300W is a bat tery-driven wireless conference phone that can be connected to DECT systems, mobile

More information

3D Modeling Course Outline

3D Modeling Course Outline 3D Modeling Course Outline Points Possible Course Hours Course Overview 4 Lab 1: Start the Course Identify computer requirements. Learn how to move through the course. Switch between windows. Lab 2: Set

More information

EFFECTIVE POWERPOINT FOR BUSINESS PRESENTATIONS. Linda Muchow Alexandria Technical & Community College

EFFECTIVE POWERPOINT FOR BUSINESS PRESENTATIONS. Linda Muchow Alexandria Technical & Community College EFFECTIVE POWERPOINT FOR BUSINESS PRESENTATIONS Linda Muchow lindac@alextech.edu Alexandria Technical & Community College 320-762-4539 Table of Contents Compose a Message... 3 What s your Point?... 3

More information