Tasmanian Devil Model

Size: px
Start display at page:

Download "Tasmanian Devil Model"

Transcription

1 Tasmanian Devil Model The Tasmanian Devil is the world's largest surviving carnivorous marsupial, and is found only in Tasmania, Australia. In recent years the Devil has been struck by a facial tumor disease that is spread by contact. Tasmanian devils with the disease usually die within three to eight months of the lesions first appearing. The disease first appeared in 1996 and is now threatening to wipe out the entire population. You can read more about Devils and the disease here: In this tutorial we are going to use Starlogo TNG to create a simple model of the spreading of the disease. Our model will follow these rules: Devils move around randomly within their own territory. The disease is spread by one devil contacting another. The disease causes devils to weaken and eventually die. The tutorial will show you how to use Starlogo TNG to create a model for the spread of the Devil Facial Tumour Disease. The following links will take you to each section of the tutorial: Starlogo TNG Model Populate the World First we need to populate our world with Tasmanian Devils.

2 Go to Edit Breeds. Choose a suitable breed without a skin and rename it Devils. It is important to choose a model without a skin because we later want to use colours to show infected or healthy animals. Move to the Everyone workspace and drag out a Slider control. Attach a shared number variable to it. This will store the number of Devils in the world. Rename it population size. Switch to SpaceLand and change the upper limit for Population size to 300 Switch to SpaceLand to view your world. Move to the Setup workspace. Drag a Setup block onto it. Add a Clear Everyone block. Goto My Blocks>Everyone and drag on a set population size block. Attach a number block and set it to be 200. (Hint: You can quickly create a number block by just typing the number onto a blank workspace area) Goto My Blocks>Devils and drag a Create Devils Do block out. The number should be changed to population size. Under Traits find a set color block, and set it to be black. Then drag a scatter Devils block from the My Blocks>Devils section. Make the Devils Move The next step is to make the Devils move around randomly in the world.

3 Drag a Procedure block onto the Devils workspace. Rename it Move. Attach Left and Right Movement blocks to it. They are set to 90, but we want the Devils to move randomly, so change these to random 90. Add a forward 1 step block. Change to the Runtime area. From the Setup tab, drag a Forever block onto the Runtime area. From My Blocks > Devils, drag out a Devils Move block and join it on. Change to the SpaceLand window. Click Setup to make your Devils appear, then click Forever to make them move. Setup the Infection The initial rate of infection will be able to range from 0 to 100%. It will be stored in a variable and set by using a slider control. To determine if an individual Devil is infected, we will generate a random number between 1 and 100. If that number is less than or equal to the infection rate, then the Devil will be infected. Move to the Everyone workspace and drag out a Slider control. Attach a shared number variable to it. Name it Infection Rate. Switch to SpaceLand and change the upper limit for Infection Rate to 50. Go to the Setup workspace. We no longer want all Devils to be black. Infected ones will be red. Alter the Setup so it appears like this:

4 Switch to SpaceLand. Set an infection rate and test it. Spread the Infection The infection is spread by Devils contacting each other, so we will set it up so that if a red and a black Devil collide, the black one will change color to red. Go to the Collisions workspace. Look in My Blocks>Devils for the Collision block and drag it out. Set up the collision as below. Hint: You can use Ctrl-C and Ctrl-V to copy and paste blocks. Both sections of the Collisions block are set up to be identical, as it does not matter which Devil in the collision is red, they both should become red afterwards.

5 Go to SpaceLand and test to make sure the collisions work as expected. Monitor the Infection We will set up monitors to keep count of the healthy and infected Devils. Goto the Runtime area and drag in a Monitor block (from Setup and Run) Now add a count everyone with block. Then add Color = black Copy and paste the block. Change it to be Color = red. Rename one monitor Healthy and the other Infected. Devils Weaken and Die Sick Devils get weaker over time. We will use a variable to store the energy level for each Devil. For sick Devils, we will repeatedly reduce this value by a small random amount. When it reaches zero, the Devil will die. In the Devils workspace, drag in an agent number block, and name it energy. This is our energy variable. Switch to the Setup workspace, and under My Blocks>Devils, drag the set energy block into the Create Devils action. Set the level to be 200.

6 Go back to the Devils workspace, and we will create a Procedure for Devils getting weaker, as below. Finally switch back to the Runtime workspace, and from My Blocks, drag a Get Weaker block into the Forever loop. Create Territories We will create territories by drawing different colored regions in SpaceLand. Devils generally move around and stay within their own territory. Switch to SpaceLand, and use the zoom button to zoom out so that you can see the whole land. Click the Edit Terrain button. Use the mouse to select a region, and then click the color palette to make it a different color. Make 8 or 9 patches Stay In Territory Devils should generally stay in their own territory. To do this we will check the patch color ahead. If it is a different color than the patch they are on we will turn them around 180 degrees

7 and take 3 steps. This should return it to its original territory. We will alter the move procedure to do this. Now your model is built, you can set about making some variations to it. Using your model, try out some of the following: Try altering the starting population. (You could add in another slider for initial population if you like.) Are the devils more likely to become extinct if the initial population is larger or smaller? Try adjusting the speed the devils move around (Make the forward steps 0.5 instead of 1). What difference does this make to the spread of the disease? Try altering the territory size. Does the disease spread faster if the territories are smaller or larger? Under what conditions can some devils survive? Alter the rate at which the Devils die after infection. What difference does it make? Think of a question of your own that you could use your model to answer. In what ways is your model different from the situation of Devils in the real world? What factors are missing that might be important? Extension

8 Add in a Devil breeding program, so that healthy Devils can reproduce. You can get some ideas about how to set up breeding from the Fish and Plankton example that comes packaged with Starlogo TNG.

Your challenge is to make the turtles draw a flower pattern on Spaceland and to experiment with different kinds of turtle movement.

Your challenge is to make the turtles draw a flower pattern on Spaceland and to experiment with different kinds of turtle movement. Module 1: Modeling and Simulation Lesson 2 Lesson 2 - Student Activity #2 Guide Flower Turtles: Have your turtles paint a masterpiece! Your challenge is to make the turtles draw a flower pattern on Spaceland

More information

COMPUTING CURRICULUM TOOLKIT

COMPUTING CURRICULUM TOOLKIT COMPUTING CURRICULUM TOOLKIT Pong Tutorial Beginners Guide to Fusion 2.5 Learn the basics of Logic and Loops Use Graphics Library to add existing Objects to a game Add Scores and Lives to a game Use Collisions

More information

Let s start by making a pencil, that can be used to draw on the stage.

Let s start by making a pencil, that can be used to draw on the stage. Paint Box Introduction In this project, you will be making your own paint program! Step 1: Making a pencil Let s start by making a pencil, that can be used to draw on the stage. Activity Checklist Start

More information

Creating Computer Games

Creating Computer Games By the end of this task I should know how to... 1) import graphics (background and sprites) into Scratch 2) make sprites move around the stage 3) create a scoring system using a variable. Creating Computer

More information

Creating a Frame by Frame Animation for PhotoStory

Creating a Frame by Frame Animation for PhotoStory Creating a Frame by Frame Animation for PhotoStory There are an unlimited number of animation styles that you can create using the PhotoShop Elements software. Depending on the type of animation you want,

More information

AP Art History Flashcards Program

AP Art History Flashcards Program AP Art History Flashcards Program 1 AP Art History Flashcards Tutorial... 3 Getting to know the toolbar:... 4 Getting to know your editing toolbar:... 4 Adding a new card group... 5 What is the difference

More information

Let s start by making a pencil that can be used to draw on the stage.

Let s start by making a pencil that can be used to draw on the stage. Paint Box Introduction In this project, you will be making your own paint program! Step 1: Making a pencil Let s start by making a pencil that can be used to draw on the stage. Activity Checklist Open

More information

Part II: Number Guessing Game Part 2. Lab Guessing Game version 2.0

Part II: Number Guessing Game Part 2. Lab Guessing Game version 2.0 Part II: Number Guessing Game Part 2 Lab Guessing Game version 2.0 The Number Guessing Game that just created had you utilize IF statements and random number generators. This week, you will expand upon

More information

GAME PROGRAMMING & DESIGN LAB 1 Egg Catcher - a simple SCRATCH game

GAME PROGRAMMING & DESIGN LAB 1 Egg Catcher - a simple SCRATCH game I. BACKGROUND 1.Introduction: GAME PROGRAMMING & DESIGN LAB 1 Egg Catcher - a simple SCRATCH game We have talked about the programming languages and discussed popular programming paradigms. We discussed

More information

Microsoft MakeCode for

Microsoft MakeCode for Microsoft MakeCode for Lesson Title: Make it Rain! Introduction/Background: An "event" in computer science is an action or occurrence detected by a computer. For example, when someone clicks the button

More information

First Steps in Unity3D

First Steps in Unity3D First Steps in Unity3D The Carousel 1. Getting Started With Unity 1.1. Once Unity is open select File->Open Project. 1.2. In the Browser navigate to the location where you have the Project folder and load

More information

Introduction to programming with Fable

Introduction to programming with Fable How to get started. You need a dongle and a joint module (the actual robot) as shown on the right. Put the dongle in the computer, open the Fable programme and switch on the joint module on the page. The

More information

Use Corel Snapfire 2.0 to create scrapbook pages, greeting cards and more!

Use Corel Snapfire 2.0 to create scrapbook pages, greeting cards and more! Page 1 of 6 Use Corel Snapfire 2.0 to create scrapbook pages, greeting cards and more! Snapfire 2.0 comes with hundreds of project templates that let you easily create album pages, scrapbook pages, greeting

More information

Part II Coding the Animation

Part II Coding the Animation Part II Coding the Animation Welcome to Part 2 of a tutorial on programming with Alice and Garfield using the Alice 2 application software. In Part I of this tutorial, you created a scene containing characters

More information

In this project we ll make our own version of the highly popular mobile game Flappy Bird. This project requires Scratch 2.0.

In this project we ll make our own version of the highly popular mobile game Flappy Bird. This project requires Scratch 2.0. Flappy Parrot Introduction In this project we ll make our own version of the highly popular mobile game Flappy Bird. This project requires Scratch 2.0. Press the space bar to flap and try to navigate through

More information

Gumnut Crochet Designs from Aus

Gumnut Crochet Designs from Aus Tasmanian Devil Skill Level Intermediate A beginner who has access to google and u- tube, should be able to complete this project with some research into any stitches or steps which are unfamiliar Copyright

More information

MAKING CONNECTIONS 1

MAKING CONNECTIONS 1 MAKING CONNECTIONS 1 Table of Contents General Tools... 3 Algebra Tiles (CPM)... 4 Desmos Graphing Calculator... 7 Pattern Tile & Dot Tool (CPM)...10 Area and Perimeter (CPM)...12 Base Ten Blocks (CPM)...15

More information

Creo Revolve Tutorial

Creo Revolve Tutorial Creo Revolve Tutorial Setup 1. Open Creo Parametric Note: Refer back to the Creo Extrude Tutorial for references and screen shots of the Creo layout 2. Set Working Directory a. From the Model Tree navigate

More information

Fireworks. Level. Introduction: In this project, we ll create a fireworks display over a city. Activity Checklist Follow these INSTRUCTIONS one by one

Fireworks. Level. Introduction: In this project, we ll create a fireworks display over a city. Activity Checklist Follow these INSTRUCTIONS one by one Introduction: In this project, we ll create a fireworks display over a city. Activity Checklist Follow these INSTRUCTIONS one by one Test Your Code Click on the green flag to TEST your code Save Your Project

More information

LabVIEW Basics Peter Avitabile,Jeffrey Hodgkins Mechanical Engineering Department University of Massachusetts Lowell

LabVIEW Basics Peter Avitabile,Jeffrey Hodgkins Mechanical Engineering Department University of Massachusetts Lowell LabVIEW Basics Peter Avitabile,Jeffrey Hodgkins Mechanical Engineering Department University of Massachusetts Lowell 1 Dr. Peter Avitabile LabVIEW LabVIEW is a data acquisition software package commonly

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 All Code Clubs must be registered. Registered clubs appear on the map at codeclubworld.org - if your club is not on the map then visit jumpto.cc/ccwreg to register your club. Introduction

More information

Programming with Scratch

Programming with Scratch Programming with Scratch A step-by-step guide, linked to the English National Curriculum, for primary school teachers Revision 3.0 (Summer 2018) Revised for release of Scratch 3.0, including: - updated

More information

ALICE TUTORIAL. Introduction to Alice 3

ALICE TUTORIAL. Introduction to Alice 3 ALICE TUTORIAL Introduction to Alice 3 STEP 1: SET UP THE SCENE In this step you will open Alice and setup the scene. To set up a scene you will pick a template, create objects from classes, and position

More information

Numicon Software for the Interactive Whiteboard v2.0 Getting Started Guide

Numicon Software for the Interactive Whiteboard v2.0 Getting Started Guide Numicon Software for the Interactive Whiteboard v2.0 Getting Started Guide Introduction 2 Getting Started 3 4 Resources 10 2 Getting Started Guide page 2 of 10 Introduction Thank you for choosing the Numicon

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Kinect2Scratch Workbook

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Kinect2Scratch Workbook Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl Workbook Scratch is a drag and drop programming environment created by MIT. It contains colour coordinated code blocks that allow a user to build up instructions

More information

Scribble Maps Tutorial

Scribble Maps Tutorial Scribble Maps Tutorial Go to the homepage of Scribble Maps here: h t t p : / / w w w. s c r i b b l e m a p s. c o m / Getting to know the Interface Scribble Maps is a free online mapping application with

More information

How to do automatic horizontal background scrolling in Scratch

How to do automatic horizontal background scrolling in Scratch How to do automatic horizontal background scrolling in Scratch If you can make the background of your game move across the screen, it will give the impression that your sprites are moving quickly even

More information

Create a game in which you have to guide a parrot through scrolling pipes to score points.

Create a game in which you have to guide a parrot through scrolling pipes to score points. Raspberry Pi Projects Flappy Parrot Introduction Create a game in which you have to guide a parrot through scrolling pipes to score points. What you will make Click the green ag to start the game. Press

More information

Managing Your Workflow Using Coloured Filters with Snapper.Photo s PhotoManager Welcome to the World of S napper.photo

Managing Your Workflow Using Coloured Filters with Snapper.Photo s PhotoManager Welcome to the World of S napper.photo Managing Your Workflow Using Coloured Filters with Snapper.Photo s PhotoManager Welcome to the World of S napper.photo Get there with a click Click on an Index Line to go directly there Click on the home

More information

Geometer s Sketchpad Version 4

Geometer s Sketchpad Version 4 Geometer s Sketchpad Version 4 For PC Name: Date: INVESTIGATION: The Pythagorean Theorem Directions: Use the steps below to lead you through the investigation. After each step, be sure to click in the

More information

Clickteam Fusion 2.5 [Fastloops ForEach Loops] - Guide

Clickteam Fusion 2.5 [Fastloops ForEach Loops] - Guide INTRODUCTION Built into Fusion are two powerful routines. They are called Fastloops and ForEach loops. The two are different yet so similar. This will be an exhaustive guide on how you can learn how to

More information

For more information on how you can download and purchase Clickteam Fusion 2.5, check out the website

For more information on how you can download and purchase Clickteam Fusion 2.5, check out the website INTRODUCTION Clickteam Fusion 2.5 enables you to create multiple objects at any given time and allow Fusion to auto-link them as parent and child objects. This means once created, you can give a parent

More information

Star Defender. Section 1

Star Defender. Section 1 Star Defender Section 1 For the first full Construct 2 game, you're going to create a space shooter game called Star Defender. In this game, you'll create a space ship that will be able to destroy the

More information

Lesson 2 Game Basics

Lesson 2 Game Basics Lesson What you will learn: how to edit the stage using the Paint Editor facility within Scratch how to make the sprite react to different colours how to import a new sprite from the ones available within

More information

prepared by Allison Hwang for T. Purdy 2011

prepared by Allison Hwang for T. Purdy 2011 This tutorial shows you how to create a basic screen display on a product in Adobe Photoshop. Creating details, such as shadows and reflections, can help make your product more realistic and convincing

More information

CPM Educational Program

CPM Educational Program CC COURSE 2 ETOOLS Table of Contents General etools... 5 Algebra Tiles (CPM)... 6 Pattern Tile & Dot Tool (CPM)... 9 Area and Perimeter (CPM)...11 Base Ten Blocks (CPM)...14 +/- Tiles & Number Lines (CPM)...16

More information

CPM Educational Program

CPM Educational Program ALGEBRA CONNECTIONS Table of Contents General Tools... 4 Algebra Tiles (CPM)... 5 Desmos Graphing Calculator... 7 Pattern Tile & Dot Tool (CPM)... 9 Data Representations (CPM)...10 Chapter 1...12 AC 1.1.2:

More information

Microsoft MakeCode for

Microsoft MakeCode for Microsoft MakeCode for Lesson Title: Agent Introduction/Background: In Minecraft: Education Edition, the Agent is your own personal Robot! You can create programs to make him move, build or dig for you

More information

Basics Pictures Media Bar

Basics Pictures Media Bar Basics 1 The right pictures can make your publication stand out from the crowd. In this tutorial, we ll show you how to: Add and replace pictures. Use the Media Bar. Pan, zoom, and crop pictures. Apply

More information

Open Adobe Photoshop CS3 or CS4. Then open the JPG created from the SketchUp model from within Photoshop. File menu > Open

Open Adobe Photoshop CS3 or CS4. Then open the JPG created from the SketchUp model from within Photoshop. File menu > Open Open Adobe Photoshop CS3 or CS4. Then open the JPG created from the SketchUp model from within Photoshop. File menu > Open Go to View>Rulers to turn them on they should appear on the sides of each open

More information

Patterned Vellum (Photoshop)

Patterned Vellum (Photoshop) Patterned Vellum (Photoshop) Tip of the Week by Jenny Binder on July 13, 2009 Back when I was a paper scrapbooker, one of my favorite products was vellum, particularly the kind that had a fancy pattern

More information

Natural Selection Simulation

Natural Selection Simulation Group Members: Date: Natural Selection Simulation Get a laptop computer and open the internet and go to: http://phet.colorado.edu/en/simulation/natural-selection 1. Click the Run now button. When the simulation

More information

Adding in 3D Models and Animations

Adding in 3D Models and Animations Adding in 3D Models and Animations We ve got a fairly complete small game so far but it needs some models to make it look nice, this next set of tutorials will help improve this. They are all about importing

More information

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

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

More information

Managing images with NewZapp

Managing images with NewZapp Managing images with NewZapp This guide is for anyone using the NewZapp Fixed editor as opposed to the Drag and Drop editor. The Image Manager is where images are uploaded and stored in your NewZapp account

More information

The Beauty and Joy of Computing Lab Exercise 10: Shall we play a game? Objectives. Background (Pre-Lab Reading)

The Beauty and Joy of Computing Lab Exercise 10: Shall we play a game? Objectives. Background (Pre-Lab Reading) The Beauty and Joy of Computing Lab Exercise 10: Shall we play a game? [Note: This lab isn t as complete as the others we have done in this class. There are no self-assessment questions and no post-lab

More information

CPM Educational Program

CPM Educational Program ALGEBRA CONNECTIONS Table of Contents General Tools... 3 Algebra Tiles (CPM)... 4 Desmos Graphing Calculator... 7 Pattern Tile & Dot Tool (CPM)...10 Data Representations (CPM)...12 Chapter 1...14 AC 1.1.2:

More information

Scratch for Beginners Workbook

Scratch for Beginners Workbook for Beginners Workbook In this workshop you will be using a software called, a drag-anddrop style software you can use to build your own games. You can learn fundamental programming principles without

More information

**IT IS STRONGLY RECOMMENDED THAT YOU WATCH THE HOW-TO VIDEOS (BY PROF. SCHULTE-GRAHAME), POSTED ON THE COURSE WEBSITE, PRIOR TO ATTEMPTING THIS LAB

**IT IS STRONGLY RECOMMENDED THAT YOU WATCH THE HOW-TO VIDEOS (BY PROF. SCHULTE-GRAHAME), POSTED ON THE COURSE WEBSITE, PRIOR TO ATTEMPTING THIS LAB **IT IS STRONGLY RECOMMENDED THAT YOU WATCH THE HOW-TO VIDEOS (BY PROF. SCHULTE-GRAHAME), POSTED ON THE COURSE WEBSITE, PRIOR TO ATTEMPTING THIS LAB GETTING STARTED Step 1. Login to your COE account with

More information

Creating a Watercolor Painting From a Photo. Open the photo you want to appear to be a watercolor painting. I am using the photo below:

Creating a Watercolor Painting From a Photo. Open the photo you want to appear to be a watercolor painting. I am using the photo below: Creating a Watercolor Painting From a Photo Open the photo you want to appear to be a watercolor painting. I am using the photo below: Make any adjustments as needed like cropping the photo before preceding

More information

Tutorial Three: Categorising ideas using the SuperGrouper tool In Kidspiration there are two basic ways to organise ideas in Picture View: links and

Tutorial Three: Categorising ideas using the SuperGrouper tool In Kidspiration there are two basic ways to organise ideas in Picture View: links and Tutorial Three: Categorising ideas using the SuperGrouper tool In Kidspiration there are two basic ways to organise ideas in Picture View: links and SuperGrouper categories. You have already seen how links

More information

Assignment 5 due Monday, May 7

Assignment 5 due Monday, May 7 due Monday, May 7 Simulations and the Law of Large Numbers Overview In both parts of the assignment, you will be calculating a theoretical probability for a certain procedure. In other words, this uses

More information

Game Design Curriculum Multimedia Fusion 2. Created by Rahul Khurana. Copyright, VisionTech Camps & Classes

Game Design Curriculum Multimedia Fusion 2. Created by Rahul Khurana. Copyright, VisionTech Camps & Classes Game Design Curriculum Multimedia Fusion 2 Before starting the class, introduce the class rules (general behavioral etiquette). Remind students to be careful about walking around the classroom as there

More information

Illustrator Tutorial - Create a Gang of Vector Ninjas

Illustrator Tutorial - Create a Gang of Vector Ninjas Blog.SpoonGraphics - Design Tutorials and Free Vector Downloads Illustrator Tutorial - Create a Gang of Vector Ninjas Free Vector Illustrations Download Amazing Illustrations. Join istockphoto For Free

More information

04. Two Player Pong. 04.Two Player Pong

04. Two Player Pong. 04.Two Player Pong 04.Two Player Pong One of the most basic and classic computer games of all time is Pong. Originally released by Atari in 1972 it was a commercial hit and it is also the perfect game for anyone starting

More information

Turtles and Geometry

Turtles and Geometry Turtles and Geometry In this project, you explore geometric shapes with the help of the turtle. Remember: if you must leave your activity before the, remember to save your project. Step 1: Drawing with

More information

Map Direct Lite. Contents. Quick Start Guide: Drawing 11/05/2015

Map Direct Lite. Contents. Quick Start Guide: Drawing 11/05/2015 Map Direct Lite Quick Start Guide: Drawing 11/05/2015 Contents Quick Start Guide: Drawing... 1 Drawing, Measuring and Analyzing in Map Direct Lite.... 2 Measure Distance and Area.... 3 Place the Map Marker

More information

Digital Image Processing Labs DENOISING IMAGES

Digital Image Processing Labs DENOISING IMAGES Digital Image Processing Labs DENOISING IMAGES All electronic devices are subject to noise pixels that, for one reason or another, take on an incorrect color or intensity. This is partly due to the changes

More information

Alright! I can feel my limbs again! Magic star web! The Dark Wizard? Who are you again? Nice work! You ve broken the Dark Wizard s spell!

Alright! I can feel my limbs again! Magic star web! The Dark Wizard? Who are you again? Nice work! You ve broken the Dark Wizard s spell! Entering Space Magic star web! Alright! I can feel my limbs again! sh WhoO The Dark Wizard? Nice work! You ve broken the Dark Wizard s spell! My name is Gobo. I m a cosmic defender! That solar flare destroyed

More information

Before displaying an image, the game should wait for a random amount of time.

Before displaying an image, the game should wait for a random amount of time. Reaction Introduction You are going to create a 2-player game to see who has the fastest reactions. The game will work by showing an image after a random amount of time - whoever presses their button first

More information

PING. Table of Contents. PING GameMaker Studio Assignment CIS 125G 1. Lane Community College 2015

PING. Table of Contents. PING GameMaker Studio Assignment CIS 125G 1. Lane Community College 2015 PING GameMaker Studio Assignment CIS 125G 1 PING Lane Community College 2015 Table of Contents SECTION 0 OVERVIEW... 2 SECTION 1 RESOURCES... 3 SECTION 2 PLAYING THE GAME... 4 SECTION 3 UNDERSTANDING THE

More information

How2 create your first world in Kodu

How2 create your first world in Kodu How2 create your first world in Kodu When you open Kodu Game Lab, you will see a window that has a number of options. To create your own world in Kodu, select New World. A new window will open with a patch

More information

Stone Creek Textiles. Layers! part 1

Stone Creek Textiles. Layers! part 1 Stone Creek Textiles Layers! part 1 This tutorial is all about working with layers. This, to my mind, is one of the two critical areas to master in order to work creatively with Photoshop Elements. So,

More information

Ask Jo: Quilt Designing on the Computer

Ask Jo: Quilt Designing on the Computer Ask Jo: Quilt Designing on the Computer If you are new to the blog, welcome. You have reached an archived free pattern. We typically put up new blog post twice daily so there is always something new and

More information

Compiled by <<coldbing>> FIRE EFFECTS

Compiled by <<coldbing>> FIRE EFFECTS FIRE EFFECTS Compiled by Step 1 - New Document Make a new document. Fill it with black. Then make a new layer, and type out (or whatever) you want to set on fire in white. Step 2 - Windy Go

More information

K-band Waveguide BPF Design using Agilent EMPro Anurag Bhargava Application Consultant Agilent EEsof EDA

K-band Waveguide BPF Design using Agilent EMPro Anurag Bhargava Application Consultant Agilent EEsof EDA K-band Waveguide BPF Design using Agilent EMPro 2013 Anurag Bhargava Application Consultant Agilent EEsof EDA Filter Specifications Center Frequency (Fc): 25 GHz 3dB Bandwidth: 150 MHz Rejection: 40 db

More information

Overview. The Game Idea

Overview. The Game Idea Page 1 of 19 Overview Even though GameMaker:Studio is easy to use, getting the hang of it can be a bit difficult at first, especially if you have had no prior experience of programming. This tutorial is

More information

How to Cut Out Photos

How to Cut Out Photos How to Cut Out Photos Contents Overview page 1 Step 1 Open a Photo page 3 Step 2 Clone Parts of a Photo page 4 Step 3 Remove parts of a Photo page 9 Step 4 Cut out areas of a Photo page 11 Step 5 Save

More information

Photoshop Elements for Genealogists Part 1

Photoshop Elements for Genealogists Part 1 Photoshop Elements for Genealogists Part 1 By Barry J. Ewell Topics Covered Photoshop Elements Workspace Exploring the Tools Quick Fix Preview Photoshop Elements Workspace Workspace File Edit Image Enhance

More information

Vectorworks / MiniCAD Tutorials

Vectorworks / MiniCAD Tutorials Vectorworks / MiniCAD Tutorials Tutorial 1: Construct a simple model of a little house Tutorial 2: Construct a 4 view Orthographic drawing of the Model These tutorials are available as Adobe Acrobat 4

More information

Ghostbusters. Level. Introduction:

Ghostbusters. Level. Introduction: Introduction: This project is like the game Whack-a-Mole. You get points for hitting the ghosts that appear on the screen. The aim is to get as many points as possible in 30 seconds! Save Your Project

More information

Actor Face to Character Face

Actor Face to Character Face 56 1 Chapter 56 ctor Face to Character Face Overview This tutorial shows you how to constrain an ctor face to a Character face. The major steps of this tutorial are as follows: Preparing the Scene (page

More information

The Games Factory 2 Step-by-step Tutorial

The Games Factory 2 Step-by-step Tutorial Page 1 of 39 The Games Factory 2 Step-by-step Tutorial Welcome to the step-by-step tutorial! Follow this tutorial, and in less than one hour, you will have created a complete game from scratch. This game

More information

Annex IV - Stencyl Tutorial

Annex IV - Stencyl Tutorial Annex IV - Stencyl Tutorial This short, hands-on tutorial will walk you through the steps needed to create a simple platformer using premade content, so that you can become familiar with the main parts

More information

Google Earth 101. A lesson about the basics of the Google Earth program, and how to use it with the REAL storm surge visualization tool.

Google Earth 101. A lesson about the basics of the Google Earth program, and how to use it with the REAL storm surge visualization tool. Google Earth 101 A lesson about the basics of the Google Earth program, and how to use it with the REAL storm surge visualization tool. How does Google Earth Display Maps? Using sets of information called

More information

Zoom Set Too Tight Zoom Set Correctly Zoom Set Too Wide

Zoom Set Too Tight Zoom Set Correctly Zoom Set Too Wide The ISG-E300 AutoCam Elite offers special features that increase capture efficiency and enhance image quality. By following the procedures outlined in this document, the ISG-E300 Elite can be used to its

More information

Alice: A Visual Introduction to Programming. Chapter 1 Part 2

Alice: A Visual Introduction to Programming. Chapter 1 Part 2 Alice: A Visual Introduction to Programming Chapter 1 Part 2 Objects Alice uses objects o Tent o Soldier o Princess Objects perform actions Turn Move Fly Wave 1-2 The Alice System 1-3 Open SnowLove in

More information

Settings. ! The Preview Pane !!!!! THE PREVIEW PANE IMAGES & LAYERS PANE SETTINGS PANE SETTINGS WINDOW UNDO/REDO AND RESET

Settings. ! The Preview Pane !!!!! THE PREVIEW PANE IMAGES & LAYERS PANE SETTINGS PANE SETTINGS WINDOW UNDO/REDO AND RESET Settings THE PREVIEW PANE IMAGES & LAYERS PANE SETTINGS PANE UNDO/REDO AND RESET SETTINGS WINDOW The Preview Pane When you first load an image, PhotoDonut calculates the preview scale to fit your image

More information

Photoshop Elements 6 PHOTOMERGE FACES. Parker Monroe & Darry D Eggleston Click on any blue, underlined text to go to its linked reference.

Photoshop Elements 6 PHOTOMERGE FACES. Parker Monroe & Darry D Eggleston Click on any blue, underlined text to go to its linked reference. Photoshop Elements 6 Parker Monroe & Darry D Eggleston Click on any blue, underlined text to go to its linked reference. 1 You might use this Guided Fix when you would like to retain, say, a certain body

More information

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code GRADING RUBRIC Introduction: We re going to make a game! Guide the large Hungry Fish and try to eat all the prey that are swimming around. Activity Checklist Follow these INSTRUCTIONS one by one Click

More information

LESSON ACTIVITY TOOLKIT 2.0

LESSON ACTIVITY TOOLKIT 2.0 LESSON ACTIVITY TOOLKIT 2.0 LESSON ACTIVITY TOOLKIT 2.0 Create eye-catching lesson activities For best results, limit the number of individual Adobe Flash tools you use on a page to five or less using

More information

Robot Programming Manual

Robot Programming Manual 2 T Program Robot Programming Manual Two sensor, line-following robot design using the LEGO NXT Mindstorm kit. The RoboRAVE International is an annual robotics competition held in Albuquerque, New Mexico,

More information

G54GAM Lab Session 1

G54GAM Lab Session 1 G54GAM Lab Session 1 The aim of this session is to introduce the basic functionality of Game Maker and to create a very simple platform game (think Mario / Donkey Kong etc). This document will walk you

More information

Toothbrush Holder. A drawing of the sheet metal part will also be created.

Toothbrush Holder. A drawing of the sheet metal part will also be created. Prerequisite Knowledge Previous knowledge of the following commands is required to complete this lesson; Sketch (Line, Centerline, Circle, Add Relations, Smart Dimension,), Extrude Boss/Base, and Edit

More information

Applications of satellite and airborne image data to coastal management. Part 2

Applications of satellite and airborne image data to coastal management. Part 2 Applications of satellite and airborne image data to coastal management Part 2 You have used the cursor to investigate the pixels making up the image EIRE4.BMP and seen how the brightnesses of sea, land

More information

Open the Tech Toys Scratch project. Your club leader will give you a copy of this project, or you can open it online at jumpto.cc/toys-go.

Open the Tech Toys Scratch project. Your club leader will give you a copy of this project, or you can open it online at jumpto.cc/toys-go. Tech Toys Introduction In this project you ll learn how to code your own tech toys! Click the bow tie to see it spin; Click the sunglasses to see them change colour; Click the laptop to power up the helicopter;

More information

CHANGING EYE COLOR IN A PHOTO

CHANGING EYE COLOR IN A PHOTO CHANGING EYE COLOR IN A PHOTO In this photo retouching tutorial, we ll learn a very simple technique for changing someone s eye color in a photo using a Hue/Saturation adjustment layer! Of course, there

More information

GAME:IT Junior Bouncing Ball

GAME:IT Junior Bouncing Ball GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game All games need sprites (which are just pictures) that, in of themselves, do nothing.

More information

Optional extras. Varying the basic technique. Making a parchment that is other than square

Optional extras. Varying the basic technique. Making a parchment that is other than square Optional extras Varying the basic technique CTRL + Z is your friend. This is the undo button, and I use it all the time. This handy keyboard shortcut makes experimentation so much more rewarding. Varying

More information

Photoshop CC Editing Images

Photoshop CC Editing Images Photoshop CC Editing Images Rotate a Canvas A canvas can be rotated 90 degrees Clockwise, 90 degrees Counter Clockwise, or rotated 180 degrees. Navigate to the Image Menu, select Image Rotation and then

More information

Gaia is a system that enables rapid and precise creation of gorgeous looking Unity terrains. Version March 2016 GAIA. By Procedural Worlds

Gaia is a system that enables rapid and precise creation of gorgeous looking Unity terrains. Version March 2016 GAIA. By Procedural Worlds Gaia is a system that enables rapid and precise creation of gorgeous looking Unity terrains. Version 1.5.3 March 2016 GAIA By Procedural Worlds Quick Start 1. Create a new project and import Gaia. 2. Unity

More information

Unit 5: What s in a List

Unit 5: What s in a List Lists http://isharacomix.org/bjc-course/curriculum/05-lists/ 1 of 1 07/26/2013 11:20 AM Curriculum (/bjc-course/curriculum) / Unit 5 (/bjc-course/curriculum/05-lists) / Unit 5: What s in a List Learning

More information

Infographics: Display Data for Easy Interpretation

Infographics: Display Data for Easy Interpretation Infographics: Display Data for Easy Interpretation Course objectives: Create new infographics Customise layouts Edit content using text, images, media, charts and maps Publish, Present and Print Student

More information

CS108L Computer Science for All Module 3 Guide NetLogo Experiments using Random Walk and Wiggle Walk

CS108L Computer Science for All Module 3 Guide NetLogo Experiments using Random Walk and Wiggle Walk CS108L Computer Science for All Module 3 Guide NetLogo Experiments using Random Walk and Wiggle Walk Figure 1: Sample Interface for the Diffusion Lab. The screen capture above shows the required layout

More information

Exercise 4 Exploring Population Change without Selection

Exercise 4 Exploring Population Change without Selection Exercise 4 Exploring Population Change without Selection This experiment began with nine Avidian ancestors of identical fitness; the mutation rate is zero percent. Since descendants can never differ in

More information

ArbStudio Triggers. Using Both Input & Output Trigger With ArbStudio APPLICATION BRIEF LAB912

ArbStudio Triggers. Using Both Input & Output Trigger With ArbStudio APPLICATION BRIEF LAB912 ArbStudio Triggers Using Both Input & Output Trigger With ArbStudio APPLICATION BRIEF LAB912 January 26, 2012 Summary ArbStudio has provision for outputting triggers synchronous with the output waveforms

More information

When you load GarageBand it will open a window on your desktop that will look like this:

When you load GarageBand it will open a window on your desktop that will look like this: itongue: Our Multilingual Future -Grundtvig Partnership Project Instructions for use of Garageband software in preparing audio clips for decoded products. GarageBand automatically comes on Mac computers

More information

Guidance on Using Scanning Software: Part 5. Epson Scan

Guidance on Using Scanning Software: Part 5. Epson Scan Guidance on Using Scanning Software: Part 5. Epson Scan Version of 4/29/2012 Epson Scan comes with Epson scanners and has simple manual adjustments, but requires vigilance to control the default settings

More information

Alibre Design Tutorial: Loft, Extrude, & Revolve Cut Loft-Tube-1

Alibre Design Tutorial: Loft, Extrude, & Revolve Cut Loft-Tube-1 Alibre Design Tutorial: Loft, Extrude, & Revolve Cut Loft-Tube-1 Part Tutorial Exercise 5: Loft-Tube-1 [Complete] In this Exercise, We will set System Parameters first, then part options. Then, in sketch

More information

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: This project is like the game Whack-a-Mole. You get points for hitting the witches that appear on the screen. The aim is to get as many points as possible in 30 seconds! Activity Checklist

More information