ATD TechKnowledge Hands-On Learning Workbook. Alexander Salas, CPLP

Size: px
Start display at page:

Download "ATD TechKnowledge Hands-On Learning Workbook. Alexander Salas, CPLP"

Transcription

1 ATD TechKnowledge Hands-On Learning Workbook ATD TechKnowledge 2018 San Jose, CA Creating E-learning Games in Articulate Storyline 3 TH111HOL Thu, Jan 25 10:15 AM 12:30 PM Alexander Salas, CPLP Owner StyleLearn askstylelearn@gmailcom wwwstylelearncom

2 Table of Contents What do you think you will learn today?... 1 What s your favorite game and why?... 1 What s in a game?... 1 Mechanics, Dynamics and Aesthetics framework... 2 Games in E-learning... 4 Have a story!... 5 Show continuous feedback with points... 6 Motion Path loops... 7 Layer loops... 8 Character States Timeline Cue Point State changes Motion Path State changes Layer State changes Convert to Freeform Progress feedback with Sliders... 14

3 1 1. What do you think you will learn today? Get up and find someone or talk to the person next to you and share your answer to this question Write the answers shared with you here 2. What s your favorite game and why? Stay up or sit down but talk to someone and share your answer to this question Any lessons learned? Write the answers shared with you here 3. What s in a game? Decisions? y/n Feedback? y/n Story? y/n Challenges? y/n Consequences? y/n Strategy? y/n Engagement? y/n Competition? y/n Collaboration? y/n

4 2 4. Mechanics, Dynamics and Aesthetics framework Definition MDA is a formal approach to understanding games, one which attempts to bridge the gap between game design and development, game criticism, and technical game research Hunicke, LeBlanc and Zubek (2004) Mechanics Mechanics are the rules and purpose of the game Collect $200 when passing GO Two opponents mark Xs and Os in a 9-square grid, whoever makes three in a row wins Dynamics Dynamics are the result of a player s interaction with the established mechanics A player s roll of the dice is high enough to pass GO If each player does not make a mistake, the game is a draw Aesthetics The mechanics and dynamics of the game lead us to the aesthetics Why do players play? After reading the eight Aesthetics types below, circle the ones that you feel would be effective to use in your workplace

5 3 1) Sensation (Game as sense-pleasure): Player experiences something completely unfamiliar 2) Fantasy (Game as make-believe): Imaginary world 3) Narrative (Game as drama): A story that drives the player to keep coming back 4) Challenge (Game as obstacle course): Urge to master something Boosts a game's replayability 5) Fellowship (Game as social framework): A community where the player is an active part of it Almost exclusive for multiplayer games 6) Discovery (Game as uncharted territory): Urge to explore game world 7) Expression (Game as self-discovery): Own creativity. For example, creating character resembling player's own avatar 8) Submission (Game as pastime): Connection to the game, as a whole, despite of constraints Hunicke, LeBlanc and Zubek (2004) Reference Hunicke, R, LeBlanc, M, & Zubek, R (2004, July) MDA: A formal approach to game design and game research In Proceedings of the AAAI Workshop on Challenges in Game AI (Vol 4, No 1, p 1722)

6 4 5. Games in E-learning After reflecting on your answers to the previous questions and the MDA framework, answer this question: How can game design make E-learning effective? For the answer to this question, we need to go back to section 3 as games can be a catalyst of interaction for E-learning. From a basic standpoint, games naturally make any E-learning more interactive. The key to all this, is to make all design elements meaningful to the purpose of the training content For example, in corporate training, we want proficiency and performance on a particular job skill Next, we will explore how all of these elements and notions can come together with out-of-the-box functionalities found in Storyline 3 Are you game? Let s do this!

7 5 6. Have a story! Let s face it! As humans, we love stories. Stories get us engaged no matter the context Every game has a story or background scene at the very least Go ahead and create a story or situation for your game! Think about something that happened, whom it happened to and what needs to be done to make everything normal again For example; John is an accountant and he just received an requesting sensitive information. The states Our CEO needs this ASAP What are John s options? What should he do? What about if instead of a fictional character, the player is the protagonist of this tale? Write your What happened? story here Who s involved? What s the solution?

8 6 7. Show continuous feedback with points There s a beginning and there s an end. There are zero points and MAX points If points are part of your mechanics, then variables are your friend. 1) Create a number variable named points 2) Click the X between parentheses icon on the top right corner of the triggers panel 3) Click plus sign in the Variables panel and SELECT number variable to create 4) Now, reference the variable either by typing its name between parentheses i.e. %points% in a textbox or INSERT>REFERENCE with the textbox SELECTED 5) Repeat the same steps and create a maxpoints variable with a value of 100 Reference this value right next to the points variable NOTE: If your game is a quiz game, you may not need a max points variable for you can just reference the %ResultsScorePoints% variable once you have created a results slide.

9 7 8. Motion Path loops A Motion Path loop can be very helpful to increment number variables, create countdown timers or change character States indefinitely in a loop This loop is created when a shape i.e. rectangle is set with multiple motion paths and triggers that would activate each motion path after the other or loop between two paths 1) INSERT any shape i.e. rectangle and label it Timer 2) SELECT Timer and click ANIMATIONS>ADD MOTION PATH 3) Click on the stopping point (red) of the last motion path, press CTRL+D to duplicate it, now move it slightly to the right to separate it from the first one 4) Repeat step 2 as needed but, at least have three paths available 5) Rename the motion paths as FIRST, SECOND the last motion path created as STOP 6) Single-click the MOVE trigger created automatically when the first motion path was added and copy it 7) Double-click the copied trigger and modify it to MOVE Timer on the FIRST path WHEN animation completes on the SECOND path

10 8 8) Repeat steps 5 and 6 but this time reverse the order of motion paths i.e. move SECOND when FIRST completes 9) Now you can add\subtract a value to any custom number variable at the end of each motion path completion with a TRIGGER 10) Set a MOVE trigger to move the Timer shape on the STOP motion path whenever you want the animation loop to stop i.e. value of a variable is equal to zero in a countdown timer 11) SELECT the Timer shape and move it off the stage It will still work as programmed 9. Layer loops 1) SELECT any slide and add a layer by clicking on the blank paper icon under the Slide Layers panel (bottom right) 2) Double-click the Untitled Layer 1 and label it One 3) INSERT a textbox and INSERT>REFERENCE a number variable in layer One 4) Set layer One s Timeline to one second 5) With layer One selected, ADD a SHOW LAYER trigger to layer One WHEN Timeline ends layer One

11 9 6) ADD a ADJUST VARIABLE trigger to add\subtract a value from the referenced number variable WHEN Timeline starts on layer One 7) Click on layer One s properties (bottom-right gear icon) and set Revisits to RESET TO INITIAL STATE 8) Click the blank papers with green arrow icon to DUPLICATE layer One and label it Two 9) Go back and modify the triggers on each to show layer One at the end of layer Two and vice versa 10) DUPLICATE layer Two, rename it as TimerStop and remove all triggers 11) Add a trigger to layers One and Two to SHOW layer TimerStop WHEN variable CHANGES and the number variable is equal to the desired number i.e. zero for a countdown 12) Add a trigger to BASE layer to show layer ONE when needed i.e. timeline starts

12 Character States States are a great way to animate characters by changing over multiple poses using Timeline Cue Points, Triggers, Motion Path or Layer loops Creating Character States 1) Create a new slide 2) INSERT>CHARACTER and pick your favorite 3) SELECT the character, click on States under the Timeline panel (under the stage) 4) Click on EDIT STATES, click New State or Duplicate State icon and name it Neutral 5) Click on POSE, select a neutral pose (no smiles) 6) Repeat STEP 3 and name the new State as Alpha 7) Click FORMAT under CHARACTER TOOLS tab>recolor to BLACK and click DONE EDITING STATES

13 Timeline Cue Point State changes 1) Click on the 1-second mark on the TIMELINE 2) Right-click and click on CREATE CUE POINT AT PLAYHEAD to create a Cue Point 3) Repeat steps 1 and 2 at each 1-second interval for the next four seconds 4) Add a Trigger to CHANGE STATE OF Character 1 to STATE OF Neutral WHEN Timeline reaches CUE POINT #1 5) Repeat step 4 to alternate between the Normal, Neutral and Alpha Character States using the other Cue Points 6) Click and slide the Cue Points time the pose changes as needed for your interaction 12. Motion Path State changes 1) Copy the Timer shape and paste it on a new slide 2) Copy the Character previously created and paste it on the new slide 3) Create a Trigger to CHANGE STATE OF Character 1 to Neutral WHEN animation completes on the FIRST path 4) Repeat Step 3 to trigger a change at the completion of the SECOND path.

14 12 TIP: This can be used with the existing motion path loop or modify the MOVE triggers on the Timer shape to create a 6 or higher motion path loop. Of course, you may want to have 6 or more Character States to change to. 13. Layer State changes Layers can be used to simulate character changes as they hide one another by default 1) On a new slide, click on DUPLICATE layer (white papers icon with green arrow) to duplicate the BASE layer ONCE 2) INSERT>CHARACTER and place your favorite character on the right side of layer one 3) Click DUPLICATE layer (white papers icon with green arrow) to duplicate the new LAYER once 4) Label the new layer as HAPPY 5) Click anywhere off the stage and then click on the character on the new layer 6) Click DESIGN under CHARACTER TOOLS and change character pose to a happy-like pose 7) Select the HAPPY (or newest layer created) and change its properties to RESET TO INITIAL STATE (bottom-right gear icon)

15 13 8) Repeat steps 1-6 but by duplicating the last LAYER, rename the new Layer and change the pose to match a different emotion i.e. sad, confused, surprised, etc. 9) Set a SHOW LAYER trigger on each layer to show the next layer at the time of your choosing i.e. show layer HAPPY at 2 seconds of BASE layer s Timeline 10) Repeat step 8 as needed so ALL the layers you created are shown when desired 14. Convert to Freeform Many of the gamified interactions that you can create in Storyline can be transformed into quiz questions with oneclick simplicity using the CONVERT TO FREEFORM feature 1) Right-click an existing slide NEW SLIDE>BASIC LAYOUTS> TITLE ONLY to create a new slide 2) Click INSERT>CONVERT TO FREEFORM>PICK ONE 3) Click on SLIDE VIEW under QUESTION panel (right) 4) Click INSERT>BUTTON and add one button 5) Click on ADD TRIGGER for BUTTON 1 and set a SUBMIT INTERACTION trigger for this PICK ONE interaction 6) Select BUTTON 1 and DUPLICATE it three times by pressing CTRL + D

16 14 7) Arrange the buttons to your liking 8) CLICK on the BASE layer properties (bottom-right gear icon) and uncheck the Submit button 9) Click FORM VIEW and select BUTTON 1 for choice A and the other THREE buttons for choices B through D 10) SELECT choice A as CORRECT 11) Click on SLIDE VIEW and enter a question as the TITLE of the slide and Choose one at the end of the title 12) Label BUTTON 1 with the correct answer and buttons 2-4 with distractors aka wrong answers 15. Progress feedback with Sliders A progress bar is a common way to show players how far they have advanced in the game A progress bar in Storyline will require some ingenuity as it will need to track the player s progress slide by slide or level by level In this case we ll use a slider interactive object: 1) Go to VIEW>Slide Master 2) Select the MASTER slide (top one) 3) Go to INSERT>Slider and pick your favorite style 4) Click on the DESIGN tab under SLIDER TOOLS and set these parameters:

17 15 START = 0 END = 100 INITIAL = 0 STEP = 1 5) Create the following two number variables named Increment with a value of zero and Decrement with a value of 10 6) Copy and paste the TIMER shape with motion path loops from section 8 TWICE 7) Rename the TIMER shapes to ProgressUp and ProgressDown and set DURATION to 0.20 secs 8) Modify the triggers on each the ProgressUp and ProgressDown shape to loop their motion paths (see STEP 7 of SECTION 8) 9) SET a trigger to ADD a value of 1 to the Slider and the INCREMENT variables for each of the animation path completions on the ProgressUp shape 10) SET a trigger to SUBTRACT a value of 1 from the Slider and the DECREMENT variable for each of the animation path completions on the ProgressDown shape 11) Create two True or False variables named Backward and Forward with a default value of FALSE 12) SET a trigger to ADJUST the Forward variable to TRUE when the USER clicks\swipes the NEXT button 13) Repeat STEP 12 to ADJUST Forward to FALSE when the USER clicks\swipes the PREVIOUS button

18 16 14) SET a trigger to ADJUST the Backward variable to TRUE when the USER clicks\swipes the PREVIOUS button 15) Repeat STEP 14 to ADJUST Backward to FALSE when the USER clicks\swipes the NEXT button 16) SET a trigger to move the ProgressUp shape on motion path FIRST when the TIMELINE reaches 025 seconds WHEN Forward = TRUE 17) SET a trigger to move the ProgressDown shape on motion path FIRST when the TIMELINE reaches 025 seconds WHEN Backward = TRUE 18) SET a trigger to move the ProgressUp shape on motion path STOP when the INCREMENT variable changes if INCREMENT = 10 19) SET a trigger to move the ProgressDown shape on motion path STOP when the DECREMENT variable changes if DECREMENT = 0 TIP: Set a trigger to reset the INCREMENT variable to zero when the Forward variable equals True. Do the same correspondingly for the Backward variable. The End No grasshopper, this is only the beginning or is it? ; )

Table of Contents. Creating Your First Project 4. Enhancing Your Slides 8. Adding Interactivity 12. Recording a Software Simulation 19

Table of Contents. Creating Your First Project 4. Enhancing Your Slides 8. Adding Interactivity 12. Recording a Software Simulation 19 Table of Contents Creating Your First Project 4 Enhancing Your Slides 8 Adding Interactivity 12 Recording a Software Simulation 19 Inserting a Quiz 24 Publishing Your Course 32 More Great Features to Learn

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 8 Tic-Tac-Toe (Noughts and Crosses)

Lesson 8 Tic-Tac-Toe (Noughts and Crosses) Lesson Game requirements: There will need to be nine sprites each with three costumes (blank, cross, circle). There needs to be a sprite to show who has won. There will need to be a variable used for switching

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

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

In this project you ll learn how to create a times table quiz, in which you have to get as many answers correct as you can in 30 seconds.

In this project you ll learn how to create a times table quiz, in which you have to get as many answers correct as you can in 30 seconds. Brain Game Introduction In this project you ll learn how to create a times table quiz, in which you have to get as many answers correct as you can in 30 seconds. Step 1: Creating questions Let s start

More information

AIM OF THE GAME GLACIER RACE. Glacier Race. Ben Gems: 20. Laura Gems: 13

AIM OF THE GAME GLACIER RACE. Glacier Race. Ben Gems: 20. Laura Gems: 13 Glacier Race 166 GLACIER RACE How to build Glacier Race Glacier Race is a two-player game in which you race up the screen, swerving around obstacles and collecting gems as you go. There s no finish line

More information

12. Creating a Product Mockup in Perspective

12. Creating a Product Mockup in Perspective 12. Creating a Product Mockup in Perspective Lesson overview In this lesson, you ll learn how to do the following: Understand perspective drawing. Use grid presets. Adjust the perspective grid. Draw and

More information

Next Back Save Project Save Project Save your Story

Next Back Save Project Save Project Save your Story What is Photo Story? Photo Story is Microsoft s solution to digital storytelling in 5 easy steps. For those who want to create a basic multimedia movie without having to learn advanced video editing, Photo

More information

DESIGN A SHOOTING STYLE GAME IN FLASH 8

DESIGN A SHOOTING STYLE GAME IN FLASH 8 DESIGN A SHOOTING STYLE GAME IN FLASH 8 In this tutorial, you will learn how to make a basic arcade style shooting game in Flash 8. An example of the type of game you will create is the game Mozzie Blitz

More information

An Introduction to ScratchJr

An Introduction to ScratchJr An Introduction to ScratchJr In recent years there has been a pro liferation of educational apps and games, full of flashy graphics and engaging music, for young children. But many of these educational

More information

LabVIEW Day 2: Other loops, Other graphs

LabVIEW Day 2: Other loops, Other graphs LabVIEW Day 2: Other loops, Other graphs Vern Lindberg From now on, I will not include the Programming to indicate paths to icons for the block diagram. I assume you will be getting comfortable with the

More information

1 Sketching. Introduction

1 Sketching. Introduction 1 Sketching Introduction Sketching is arguably one of the more difficult techniques to master in NX, but it is well-worth the effort. A single sketch can capture a tremendous amount of design intent, and

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

Gamification is the New galynakey September 2014

Gamification is the New galynakey September 2014 Gamification is the New Black @ galynakey September 2014 10,000 hours TL;DR 40 Minutes Gamification is FUN YOU can do it! Q: What is that you do? A: I write user documentation. Q: What s that? A: Erm

More information

Brain Game. Introduction. Scratch

Brain Game. Introduction. Scratch Scratch 2 Brain Game 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

BSketchList 3D. BSoftware for the Design and Planning of Cabinetry and Furniture RTD AA. SketchList Inc.

BSketchList 3D. BSoftware for the Design and Planning of Cabinetry and Furniture RTD AA. SketchList Inc. 1 BSketchList 3D 1 BSoftware for the Design and Planning of Cabinetry and Furniture 2 RTD10000651AA 2 Overview of SketchList 3D SketchList 3D is a software program that aids woodworkers in the design and

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

Game Making Workshop on Scratch

Game Making Workshop on Scratch CODING Game Making Workshop on Scratch Learning Outcomes In this project, students create a simple game using Scratch. They key learning outcomes are: Video games are made from pictures and step-by-step

More information

CMS.608 / CMS.864 Game Design Spring 2008

CMS.608 / CMS.864 Game Design Spring 2008 MIT OpenCourseWare http://ocw.mit.edu CMS.608 / CMS.864 Game Design Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 1 Sharat Bhat, Joshua

More information

CONCEPTS EXPLAINED CONCEPTS (IN ORDER)

CONCEPTS EXPLAINED CONCEPTS (IN ORDER) CONCEPTS EXPLAINED This reference is a companion to the Tutorials for the purpose of providing deeper explanations of concepts related to game designing and building. This reference will be updated with

More information

Photoshop CS6 automatically places a crop box and handles around the image. Click and drag the handles to resize the crop box.

Photoshop CS6 automatically places a crop box and handles around the image. Click and drag the handles to resize the crop box. CROPPING IMAGES In Photoshop CS6 One of the great new features in Photoshop CS6 is the improved and enhanced Crop Tool. If you ve been using earlier versions of Photoshop to crop your photos, you ll find

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

Photo One Digital Photo Shoots and Edits

Photo One Digital Photo Shoots and Edits Photo One Digital Photo Shoots and Edits You will submit photo shoots, unedited and you will submit selected edited images. The shoots will be explained first and the edits will be explained later on this

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

Cato s Hike Quick Start

Cato s Hike Quick Start Cato s Hike Quick Start Version 1.1 Introduction Cato s Hike is a fun game to teach children and young adults the basics of programming and logic in an engaging game. You don t need any experience to play

More information

PASS Sample Size Software. These options specify the characteristics of the lines, labels, and tick marks along the X and Y axes.

PASS Sample Size Software. These options specify the characteristics of the lines, labels, and tick marks along the X and Y axes. Chapter 940 Introduction This section describes the options that are available for the appearance of a scatter plot. A set of all these options can be stored as a template file which can be retrieved later.

More information

The original image. Let s get started! The final result.

The original image. Let s get started! The final result. Miniature Effect With Tilt-Shift In Photoshop CS6 In this tutorial, we ll learn how to create a miniature effect in Photoshop CS6 using its brand new Tilt-Shift blur filter. Tilt-shift camera lenses are

More information

understanding sensors

understanding sensors The LEGO MINDSTORMS EV3 set includes three types of sensors: Touch, Color, and Infrared. You can use these sensors to make your robot respond to its environment. For example, you can program your robot

More information

SAVING, LOADING AND REUSING LAYER STYLES

SAVING, LOADING AND REUSING LAYER STYLES SAVING, LOADING AND REUSING LAYER STYLES In this Photoshop tutorial, we re going to learn how to save, load and reuse layer styles! Layer styles are a great way to create fun and interesting photo effects

More information

1 Shooting Gallery Guide 2 SETUP. Unzip the ShootingGalleryFiles.zip file to a convenient location.

1 Shooting Gallery Guide 2 SETUP. Unzip the ShootingGalleryFiles.zip file to a convenient location. 1 Shooting Gallery Guide 2 SETUP Unzip the ShootingGalleryFiles.zip file to a convenient location. In the file explorer, go to the View tab and check File name extensions. This will show you the three

More information

Create a Flowchart in Word

Create a Flowchart in Word Create a Flowchart in Word A flowchart is a diagram of steps, movements or actions involved in a system or activity. Flowcharts use conventional geometric symbols and arrows to define relationships and

More information

Top Storyline Time-Saving Tips and. Techniques

Top Storyline Time-Saving Tips and. Techniques Top Storyline Time-Saving Tips and Techniques New and experienced Storyline users can power-up their productivity with these simple (but frequently overlooked) time savers. Pacific Blue Solutions 55 Newhall

More information

Miniature Effect With Tilt-Shift In Photoshop CS6

Miniature Effect With Tilt-Shift In Photoshop CS6 Miniature Effect With Tilt-Shift In Photoshop CS6 This effect works best with a photo taken from high overhead and looking down on your subject at an angle. You ll also want a photo where everything is

More information

Unit 6.5 Text Adventures

Unit 6.5 Text Adventures Unit 6.5 Text Adventures Year Group: 6 Number of Lessons: 4 1 Year 6 Medium Term Plan Lesson Aims Success Criteria 1 To find out what a text adventure is. To plan a story adventure. Children can describe

More information

Let's Race! Typing on the Home Row

Let's Race! Typing on the Home Row Let's Race! Typing on the Home Row Michael Hoyle Susan Rodger Duke University 2012 Overview In this tutorial you will be creating a bike racing game to practice keyboarding. Your bike will move forward

More information

CPM Educational Program

CPM Educational Program CC COURSE 1 ETOOLS Table of Contents General etools... 4 Algebra Tiles (CPM)... 5 Pattern Tile & Dot Tool (CPM)... 8 Area and Perimeter (CPM)...10 +/- Tiles & Number Lines (CPM)...13 Base Ten Blocks (CPM)...15

More information

Practicing with Ableton: Click Tracks and Reference Tracks

Practicing with Ableton: Click Tracks and Reference Tracks Practicing with Ableton: Click Tracks and Reference Tracks Why practice our instruments with Ableton? Using Ableton in our practice can help us become better musicians. It offers Click tracks that change

More information

How to Create Animated Vector Icons in Adobe Illustrator and Photoshop

How to Create Animated Vector Icons in Adobe Illustrator and Photoshop How to Create Animated Vector Icons in Adobe Illustrator and Photoshop by Mary Winkler (Illustrator CC) What You'll Be Creating Animating vector icons and designs is made easy with Adobe Illustrator and

More information

Revision. FRDS Simulator Quick Start Tutorial

Revision. FRDS Simulator Quick Start Tutorial Document# Revision Revised 9001-00XX FRDS Simulator Quick Start Tutorial D 2/15/2015 by DC FRDS Simulator Quick Start Tutorial The purpose of this tutorial is to demonstrate they key features of the simulator

More information

The Beautiful, Colorful, Mathematical Game

The Beautiful, Colorful, Mathematical Game PRIME CLIMB The Beautiful, Colorful, Mathematical Game Prime Climb is a game of strategy and luck for 2-4 players. Time Roughly 10 minutes per player. Recommended for ages 10 and up. Included - Prime Climb

More information

Creating Photo Borders With Photoshop Brushes

Creating Photo Borders With Photoshop Brushes Creating Photo Borders With Photoshop Brushes Written by Steve Patterson. In this Photoshop photo effects tutorial, we ll learn how to create interesting photo border effects using Photoshop s brushes.

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

Help Manual - ipad. Table of Contents. 1. Quick Start Controls Overlay. 2. Social Media. 3. Guitar Tunes Library

Help Manual - ipad. Table of Contents. 1. Quick Start Controls Overlay. 2. Social Media. 3. Guitar Tunes Library Table of Contents Help Manual - ipad 1. Quick Start Controls Overlay 2. Social Media 3. Guitar Tunes Library 4. Purchasing and Downloading Content to Play 5. Settings Window 6. Player Controls 7. Tempo

More information

Gillian Smith.

Gillian Smith. Gillian Smith gillian@ccs.neu.edu CIG 2012 Keynote September 13, 2012 Graphics-Driven Game Design Graphics-Driven Game Design Graphics-Driven Game Design Graphics-Driven Game Design Graphics-Driven Game

More information

10/30/2013. Game User Experience. Langxuan James Yin October 28, A History of Games. The Cathode Ray Amusement Device (1947)

10/30/2013. Game User Experience. Langxuan James Yin October 28, A History of Games. The Cathode Ray Amusement Device (1947) Game User Experience Langxuan James Yin October 28, 2013 A History of Games The Cathode Ray Amusement Device (1947) 1 A History of Games Pong (1972) and Asteroids (1979) A History of Games The Super Mario

More information

CPSC 217 Assignment 3 Due Date: Friday March 30, 2018 at 11:59pm

CPSC 217 Assignment 3 Due Date: Friday March 30, 2018 at 11:59pm CPSC 217 Assignment 3 Due Date: Friday March 30, 2018 at 11:59pm Weight: 8% Individual Work: All assignments in this course are to be completed individually. Students are advised to read the guidelines

More information

Photo Editing in Mac and ipad and iphone

Photo Editing in Mac and ipad and iphone Page 1 Photo Editing in Mac and ipad and iphone Switching to Edit mode in Photos for Mac To edit a photo you ll first need to double-click its thumbnail to open it for viewing, and then click the Edit

More information

How to prepare your files for competition using

How to prepare your files for competition using How to prepare your files for competition using Many thanks to Margaret Carter Baumgartner for the use of her portrait painting in this demonstration. 2015 Christine Ivers Before you do anything! MAKE

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

Code Kingdoms Sandbox Guide

Code Kingdoms Sandbox Guide codekingdoms Code Kingdoms Sandbox Guide for kids, with kids, by kids. Resources overview We have produced a number of resources designed to help people use Code Kingdoms. There are introductory guides

More information

GAME DESIGN 101. David J Gagnon University of Wisconsin - Madison ENGAGE Program & Games, Learning and Society Research Community

GAME DESIGN 101. David J Gagnon University of Wisconsin - Madison ENGAGE Program & Games, Learning and Society Research Community GAME DESIGN 101 David J Gagnon University of Wisconsin - Madison ENGAGE Program & Games, Learning and Society Research Community I manage the design and production of: Presentation card games, ARIS, Bacteria,

More information

5 Masks and Channels

5 Masks and Channels 5 Masks and Channels Adobe Photoshop uses masks to isolate and manipulate specific parts of an image. A mask is like a stencil. The cutout portion of the mask can be altered, but the area surrounding the

More information

This tutorial will guide you through the process of adding basic ambient sound to a Level.

This tutorial will guide you through the process of adding basic ambient sound to a Level. Tutorial: Adding Ambience to a Level This tutorial will guide you through the process of adding basic ambient sound to a Level. You will learn how to do the following: 1. Organize audio objects with a

More information

All Creative Suite Design documents are saved in the same way. Click the Save or Save As (if saving for the first time) command on the File menu to

All Creative Suite Design documents are saved in the same way. Click the Save or Save As (if saving for the first time) command on the File menu to 1 The Application bar is new in the CS4 applications. It combines the menu bar with control buttons that allow you to perform tasks such as arranging multiple documents or changing the workspace view.

More information

CHM 152 Lab 1: Plotting with Excel updated: May 2011

CHM 152 Lab 1: Plotting with Excel updated: May 2011 CHM 152 Lab 1: Plotting with Excel updated: May 2011 Introduction In this course, many of our labs will involve plotting data. While many students are nerds already quite proficient at using Excel to plot

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

Working with Photos. Lesson 7 / Draft 20 Sept 2003

Working with Photos. Lesson 7 / Draft 20 Sept 2003 Lesson 7 / Draft 20 Sept 2003 Working with Photos Flash allows you to import various types of images, and it distinguishes between two types: vector and bitmap. Photographs are always bitmaps. An image

More information

MIRROR IMAGING. Author: San Jewry LET S GET STARTED. Level: Beginner+ Download: None Version: 1.5

MIRROR IMAGING. Author: San Jewry LET S GET STARTED. Level: Beginner+ Download: None Version: 1.5 Author: San Jewry Level: Beginner+ Download: None Version: 1.5 In this tutorial, you will learn how to create a mirror image of your work. Both sides will look exactly the same no matter how much you tweak

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

Quilt-Pro 6. Creating a Panel Quilt

Quilt-Pro 6. Creating a Panel Quilt QP6 Lessons posted Page 1 Creating a Panel Quilt Quilt-Pro 6 I have seen some really beautiful fabric panels that would look absolutely gorgeous in a quilt. Panel quilts can be made quickly or can be as

More information

The original image. Let s get started! The final rainbow effect. The photo sits on the Background layer in the Layers panel.

The original image. Let s get started! The final rainbow effect. The photo sits on the Background layer in the Layers panel. Add A Realistic Rainbow To A Photo In this Photoshop photo effects tutorial, we ll learn how to easily add a rainbow, and even a double rainbow, to a photo! As we ll see, Photoshop ships with a ready-made

More information

Introduction to QTO. Objectives of QTO. Getting Started. Requirements. Creating a Bill of Quantities. Updating an existing Bill of Quantities

Introduction to QTO. Objectives of QTO. Getting Started. Requirements. Creating a Bill of Quantities. Updating an existing Bill of Quantities QTO User Manual Contents Introduction to QTO... 5 Objectives of QTO... 5 Getting Started... 5 QTO Manager... 6 QTO Layout... 7 Bill of Quantities... 8 Measure Folders... 9 Drawings... 10 Zooming and Scrolling...

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

Begin at the beginning," the King said, very gravely, "and go on till you come to the end

Begin at the beginning, the King said, very gravely, and go on till you come to the end An Introduction to Alice Begin at the beginning," the King said, very gravely, "and go on till you come to the end By Teddy Ward Under the direction of Professor Susan Rodger Duke University, May 2013

More information

Studuino Icon Programming Environment Guide

Studuino Icon Programming Environment Guide Studuino Icon Programming Environment Guide Ver 0.9.6 4/17/2014 This manual introduces the Studuino Software environment. As the Studuino programming environment develops, these instructions may be edited

More information

Scratch Coding And Geometry

Scratch Coding And Geometry Scratch Coding And Geometry by Alex Reyes Digitalmaestro.org Digital Maestro Magazine Table of Contents Table of Contents... 2 Basic Geometric Shapes... 3 Moving Sprites... 3 Drawing A Square... 7 Drawing

More information

Have fun! We can t wait to see what you and your kids create!

Have fun! We can t wait to see what you and your kids create! Toontastic is a creative learning tool that empowers children as young as five to create and share their own cartoons through Imaginative Play. Making cartoons with Toontastic is as easy as putting on

More information

LESSON 1 CROSSY ROAD

LESSON 1 CROSSY ROAD 1 CROSSY ROAD A simple game that touches on each of the core coding concepts and allows students to become familiar with using Hopscotch to build apps and share with others. TIME 45 minutes, or 60 if you

More information

PebblePad LEARNER HANDBOOK

PebblePad LEARNER HANDBOOK PebblePad LEARNER HANDBOOK CONTENTS Overview of the online learning environment... 3 Overview of how to find and submit work... 4 Logging Onto the IOS Online... 5 Seeing your Courses... 6 Using Your PebblePad

More information

Owner s Manual. Page 1 of 23

Owner s Manual. Page 1 of 23 Page 1 of 23 Installation Instructions Table of Contents 1. Getting Started! Installation via Connect! Activation with Native Instruments Service Center 2. Pulse Engines Page! Pulse Engine Layers! Pulse

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

7 CONTROLLING THE CAMERA

7 CONTROLLING THE CAMERA 7 CONTROLLING THE CAMERA Lesson Overview In this lesson, you ll learn how to do the following: Understand the kinds of motion that are best animated with the Camera tool Activate the camera Hide or reveal

More information

Try what you learned (and some new things too)

Try what you learned (and some new things too) Training Try what you learned (and some new things too) PART ONE: DO SOME MATH Exercise 1: Type some simple formulas to add, subtract, multiply, and divide. 1. Click in cell A1. First you ll add two numbers.

More information

Katya. Katya for Android Instruction Manual. Updated Jan 2012

Katya. Katya for Android Instruction Manual.  Updated Jan 2012 www.clasicosyregularidad.com diego.lanciabeta@gmail.com Katya Updated Jan 2012 Katya for Android Instruction Manual DIEGO GONZALEZ MADERA. All rights reserved. Table of contents Getting Started... 2 Stages...

More information

Number Addition and subtraction

Number Addition and subtraction Number Addition and subtraction This activity can be adapted for many of the addition and subtraction objectives by varying the questions used 1 Slide 1 (per class); number fan (per child); two different

More information

Getting Started with Osmo Coding Jam. Updated

Getting Started with Osmo Coding Jam. Updated Updated 8.1.17 1.1.0 What s Included Each set contains 23 magnetic coding blocks. Snap them together in coding sequences to create an endless variety of musical compositions! Walk Quantity: 3 Repeat Quantity:

More information

This tutorial will show you how to use artistic grunge overlays to transform your photos into works of art.

This tutorial will show you how to use artistic grunge overlays to transform your photos into works of art. ARTISTIC GRUNGE OVERLAYS For all photo editing software that supports PNG files If you have any questions, please feel free to contact me at kim@photosbykimhill.com. This tutorial will show you how to

More information

Once you have chosen the water world this is how your screen should look.

Once you have chosen the water world this is how your screen should look. Getting Started t With Alice By Ruthie Tucker under the direction of Prof. Susan Rodger Duke University, July 2008 www.cs.duke.edu/csed/alice/aliceinschools/ Let s Get Started The first step in making

More information

We recommend downloading the latest core installer for our software from our website. This can be found at:

We recommend downloading the latest core installer for our software from our website. This can be found at: Dusk Getting Started Installing the Software We recommend downloading the latest core installer for our software from our website. This can be found at: https://www.atik-cameras.com/downloads/ Locate and

More information

Photoshop Project 1: Create Vector Art

Photoshop Project 1: Create Vector Art Photoshop Project 1: Create Vector Art Duplicate and name layers Create new layers Show and hide layers Apply the desaturate adjustment Work with the Pen tool Work with shape layers Zoom in and out of

More information

Kodu Lesson 7 Game Design The game world Number of players The ultimate goal Game Rules and Objectives Point of View

Kodu Lesson 7 Game Design The game world Number of players The ultimate goal Game Rules and Objectives Point of View Kodu Lesson 7 Game Design If you want the games you create with Kodu Game Lab to really stand out from the crowd, the key is to give the players a great experience. One of the best compliments you as a

More information

Creating Digital Stories for the Classroom

Creating Digital Stories for the Classroom Using Photo Story 3 to Create a Digital Story Creating Digital Stories for the Classroom When you open Photo Story 3 you have a few options. To begin a new story select the option Begin a New Story and

More information

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide 1 NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 253 Fundamental Physics Mechanic, September 9, 2010 Lab #2 Plotting with Excel: The Air Slide Lab Write-up Due: Thurs., September 16, 2010 Place

More information

ADDING RAIN TO A PHOTO

ADDING RAIN TO A PHOTO ADDING RAIN TO A PHOTO Most of us would prefer to avoid being caught in the rain if possible, especially if we have our cameras with us. But what if you re one of a large number of people who enjoy taking

More information

University Libraries ScanPro 3000 Microfilm Scanner

University Libraries ScanPro 3000 Microfilm Scanner University Libraries ScanPro 3000 Microfilm Scanner Help Guide Table of Contents Getting Started 3 Loading the Film 4-5 Viewing Your Film 6-7 Motorized Roll Film Control 6 Crop Box 7 Using the Toolbar

More information

Tutorial: Creating maze games

Tutorial: Creating maze games Tutorial: Creating maze games Copyright 2003, Mark Overmars Last changed: March 22, 2003 (finished) Uses: version 5.0, advanced mode Level: Beginner Even though Game Maker is really simple to use and creating

More information

Click here to give us your feedback. New FamilySearch Reference Manual

Click here to give us your feedback. New FamilySearch Reference Manual Click here to give us your feedback. New FamilySearch Reference Manual January 25, 2011 2009 by Intellectual Reserve, Inc. All rights reserved Printed in the United States of America English approval:

More information

Introduction to 3D Printing. Activity 1: Design a keychain using computer-aided design software

Introduction to 3D Printing. Activity 1: Design a keychain using computer-aided design software Introduction to 3D Printing Activity 1: Design a keychain using computer-aided design software 1 In this activity we ll design a keychain name tag and learn the fundamentals of computer-aided design, the

More information

Analysis of Engineering Students Needs for Gamification

Analysis of Engineering Students Needs for Gamification Analysis of Engineering Students Needs for Gamification based on PLEX Model Kangwon National University, saviour@kangwon.ac.kr Abstract A gamification means a use of game mechanism for non-game application

More information

Revision for Grade 6 in Unit #1 Design & Technology Subject Your Name:... Grade 6/

Revision for Grade 6 in Unit #1 Design & Technology Subject Your Name:... Grade 6/ Your Name:.... Grade 6/ SECTION 1 Matching :Match the terms with its explanations. Write the matching letter in the correct box. The first one has been done for you. (1 mark each) Term Explanation 1. Gameplay

More information

1 ImageBrowser Software User Guide 5.1

1 ImageBrowser Software User Guide 5.1 1 ImageBrowser Software User Guide 5.1 Table of Contents (1/2) Chapter 1 What is ImageBrowser? Chapter 2 What Can ImageBrowser Do?... 5 Guide to the ImageBrowser Windows... 6 Downloading and Printing Images

More information

Create a Simple Game in Scratch

Create a Simple Game in Scratch Create a Simple Game in Scratch Based on a presentation by Barb Ericson Georgia Tech June 2009 Learn about Goals event handling simple sequential execution loops variables conditionals parallel execution

More information

Introducing Scratch Game development does not have to be difficult or expensive. The Lifelong Kindergarten Lab at Massachusetts Institute

Introducing Scratch Game development does not have to be difficult or expensive. The Lifelong Kindergarten Lab at Massachusetts Institute Building Games and Animations With Scratch By Andy Harris Computers can be fun no doubt about it, and computer games and animations can be especially appealing. While not all games are good for kids (in

More information

Foundations of Interactive Game Design (80K) week five, lecture three

Foundations of Interactive Game Design (80K) week five, lecture three Foundations of Interactive Game Design (80K) week five, lecture three Today Quiz Reminders Agency and intention Returning to operational logics, if time permits What s next? Quiz Church s essay discusses

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

LEARNING ABOUT MATH FOR GR 1 TO 2. Conestoga Public School OCTOBER 13, presented by Kathy Kubota-Zarivnij

LEARNING ABOUT MATH FOR GR 1 TO 2. Conestoga Public School OCTOBER 13, presented by Kathy Kubota-Zarivnij LEARNING ABOUT MATH FOR GR 1 TO 2 Conestoga Public School OCTOBER 13, 2016 6:30 pm 8:00 pm presented by Kathy Kubota-Zarivnij kathkubo@gmail.com TODAY S MATH TOOLS FOR counters playing cards dice interlocking

More information

Image Editor. Opening Image Editor. Click here to expand Table of Contents...

Image Editor. Opening Image Editor. Click here to expand Table of Contents... Image Editor Click here to expand Table of Contents... Opening Image Editor Image Editor Sorting and Filtering Using the Image Editor Source Tab Image Type Color Space Alpha Channel Interlace Mipmapping

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

Solving Problems. PS1 Use and apply mathematics to solve problems, communicate and reason Year 1. Activities. PS1.1 Number stories 1.

Solving Problems. PS1 Use and apply mathematics to solve problems, communicate and reason Year 1. Activities. PS1.1 Number stories 1. PS1 Use and apply mathematics to solve problems, communicate and reason Year 1 PS1.1 Number stories 1 PS1.2 Difference arithmagons PS1.3 Changing orders PS1.4 Making shapes PS1.5 Odd or even? PS1.6 Odd

More information