Introduction to Alice

Size: px
Start display at page:

Download "Introduction to Alice"

Transcription

1 Alice Introduction to Alice Alice is named in honor of Lewis Carroll s Alice in Wonderland A modern programming tool 3-D graphics 3-D models of objects Animation Objects can be made to move around the virtual world (a video game or simulation implemented in 3-D) Install the software on the CD (or downloaded) Do a complete install 1 2 Demo: Getting started Starting Alice Load and run a world AppendixA_FirstWorld.a2w (movie) AppendixA_DancingBee.a2w (interactive) Kinds of Animations Two kinds of animations: Movie Passive user watches the animation Interactive Active user clicks on mouse, types a key on keyboard Actions of user are called events 3 4 Demo: A new world Demo: Adding objects Create a new world File! New Choose template 5 6

2 Techniques and Tools Mouse is used to approximately position objects in the scene Camera Navigation is used to set the camera point of view Drop-down menu methods are used to resize objects more precisely position objects in the scene Quadview is used to position one object relative to another object Objects An "object" is any thing that can be identified as unique from other things How is an object unique? has a name has properties: width, height, color, location can perform actions (methods): associated actions it can perform tasks it can carry out 7 8 Object Parts Objects may be composed of parts 3 Dimensions, 6 Directions A 3D object has 3 dimensions height, width, depth 6 degrees of freedom (directions of movement) 9 10 Center of an object (depends on the object!) At the center of mass Class Objects are categorized into classes harry ron Person Where it stands on the ground hermione Each object is an instance of the class. fang fluffy snuffles Dog Where it is held 11 12

3 Galleries Classes (3D models) are found in the galleries Local gallery (installed with the software) CD Gallery (only if CD is in the machine) Web gallery Demo: Saving a world Writing and testing an animation is an intense load on the computing system a crash can occur. Best solution: save your world every 15 minutes (Or at least every half hour) also save to a backup system (for example, a zip disk or memory key) Getting Started With Alice The secret to getting started is quite simple: Play!! Animation Programs: Scenarios and Storyboards Alice Step 1: Design Decide on the problem to be solved Often the problem to be solved is given to you by your instructor, team leader, etc. Other times, you get to make it up! Here we will practice both (but emphasize the latter) Design a solution We will use a storyboard design Break down a long scenario into sequences of many short scenarios. For each (short) scenario, a story board is created to depict the sequence of scenes. This makes our task easier: short scenarios are easier to implement than long, monolithic ones Step 1: Design Design a solution We will use a storyboard design technique, commonly used in the film industry 17 18

4 The scenario is: Example Several snow-people are outdoors, on a snowcovered landscape. A snowman is trying to meet a snowwoman who is talking with a group of her friends (other snowwomen.) He says "Ahem" and blinks (widens) his eyes, trying to get her attention. The problem is: How can we create this animation? Create Initial World Storyboard Option 1: Sketches Initial scene Storyboard Option 2: Screen Shots Snowman tries to catch snowwoman s attention Snowwoman looks around None Storyboard Option 3: Text Animation Artists sketch their storyboards You may not have such expertise, so here is a textual form that can be used: Do the following actions in order snowman turns to face snowwoman snowman calls out to the snowwoman and blinks eyes snowwoman turns around. Creating An Animation Program Alice This is like a "to-do" list. The Learning to Program in Alice textbook puts a textual storyboard in a box

5 Step 2: Implementation To implement the storyboard, translate the actions in the storyboard to a program. Program (a.k.a. script) a list of instructions to have the objects perform certain actions in the animation Writing the Program Our planned storyboard (to-do list) is: Do the following actions in order snowman turns to face snowwoman snowman calls out to the snowwoman and blinks eyes snowwoman turns around. The idea now is to translate the design steps to program instructions Translating the Design Some steps in the storyboard can be written as a single instruction The snowman turns to face the snowwoman Other steps are composite actions that require more than one instruction The snowman tries to catch the snowwoman s attention is two actions The snowman says ahem The snowman widens his eyes Action Blocks in Alice Sequential Action Block Simultaneous Action Block Ch02Snowpeople Demo Concepts in this first program Program instructions may have arguments Example: for the resize instruction, the argument we used in this example was size of the eye (multiply x 2 or 1/2) DoTogether and DoInOrder blocks can be nested one inside the other 29 30

6 Testing An important step in creating a program is to run it to be sure it does what you expect it to do. We recommend that you use an incremental development process: write a few lines of code and then run it write a few more lines and run it write a few more lines and run it This process allows you to find any problems and fix them as you go along. Comments While Alice instructions are easy to understand, a particular combination of the instructions may perform an action that is not immediately obvious. Comments are used to document the code explain the purpose of a particular segment of the program to the human reader Demo Ch02SnowpeoplewithComments Comments in this example world illustrate description of the action performed by the entire method description of the purpose of a small segment of code 33

Introduction to Alice. Alice is named in honor of Lewis Carroll s Alice in Wonderland

Introduction to Alice. Alice is named in honor of Lewis Carroll s Alice in Wonderland Introduction to Alice Alice is named in honor of Lewis Carroll s Alice in Wonderland Computer Programming Step by step set of instructions telling a computer how to perform a specific task 2 problems some

More information

Introduction: Alice and I-CSI110, Programming, Worlds and Problems

Introduction: Alice and I-CSI110, Programming, Worlds and Problems Introduction: Alice and I-CSI110, Programming, Worlds and Problems Alice is named in honor of Lewis Carroll s Alice in Wonderland 1 Alice software Application to make animated movies and interactive games

More information

To solve a problem (perform a task) in a virtual world, we must accomplish the following:

To solve a problem (perform a task) in a virtual world, we must accomplish the following: Chapter 3 Animation at last! If you ve made it to this point, and we certainly hope that you have, you might be wondering about all the animation that you were supposed to be doing as part of your work

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

VECTOR ART - User Guide VECTOR ART. For Adobe Photoshop CC, CS6, CS5, CS4. User Guide

VECTOR ART - User Guide VECTOR ART. For Adobe Photoshop CC, CS6, CS5, CS4. User Guide VECTOR ART For Adobe Photoshop CC, CS6, CS5, CS4 User Guide TABLE OF CONTENTS 1. THE BASICS... 1 1.1. About the effects... 1 1.2. How the actions are organized... 1 2. INSTALLATION & TROUBLESHOOTING...

More information

Chapter 1 Virtual World Fundamentals

Chapter 1 Virtual World Fundamentals Chapter 1 Virtual World Fundamentals 1.0 What Is A Virtual World? {Definition} Virtual: to exist in effect, though not in actual fact. You are probably familiar with arcade games such as pinball and target

More information

FILM MAKING STORYTELLING

FILM MAKING STORYTELLING FILM MAKING STORYTELLING STORY TELLING WITH CAMERA TECHNIQUES Watch the following videos to learn about Story Telling with Camera Techniques How Camera Techniques help tell to tell a story The Meaning

More information

2

2 1 2 3 4 5 6 7 of 14 7/11/17, 8:46 AM 7 8 9 10 11 12 13 Apply an animation 1. Select the object or text on the slide that you want to animate. An "object" in this context is any thing on a slide, such as

More information

DUCK VS BEAVERS. Table of Contents. Lane Community College

DUCK VS BEAVERS. Table of Contents. Lane Community College DUCK VS BEAVERS Lane Community College Table of Contents SECTION 0 OVERVIEW... 2 SECTION 1 RESOURCES... 3 SECTION 2 PLAYING THE GAME... 4 SECTION 3 UNDERSTANDING THE MENU SCREEN... 5 SECTION 3 PARALLAX

More information

Storyboard Template Ocr

Storyboard Template Ocr Template Ocr Free PDF ebook Download: Template Ocr Download or Read Online ebook storyboard template ocr in PDF Format From The Best User Guide Database The Eight-Frame for a 30-Second Movie. Template.

More information

Exploring 3D in Flash

Exploring 3D in Flash 1 Exploring 3D in Flash We live in a three-dimensional world. Objects and spaces have width, height, and depth. Various specialized immersive technologies such as special helmets, gloves, and 3D monitors

More information

OzE Field Modules. OzE School. Quick reference pages OzE Main Opening Screen OzE Process Data OzE Order Entry OzE Preview School Promotion Checklist

OzE Field Modules. OzE School. Quick reference pages OzE Main Opening Screen OzE Process Data OzE Order Entry OzE Preview School Promotion Checklist 1 OzE Field Modules OzE School Quick reference pages OzE Main Opening Screen OzE Process Data OzE Order Entry OzE Preview School Promotion Checklist OzESchool System Features Field unit for preparing all

More information

COMPUTER GENERATED ANIMATION

COMPUTER GENERATED ANIMATION COMPUTER GENERATED ANIMATION Dr. Saurabh Sawhney Dr. Aashima Aggarwal Insight Eye Clinic, Rajouri Garden, New Delhi Animation comes from the Latin word anima, meaning life or soul. Animation is a technique,

More information

PREDICTING TRENDS IN ILLUSTRATION

PREDICTING TRENDS IN ILLUSTRATION PREDICTING TRENDS IN ILLUSTRATION The Unincorporated future Image by : Dave Seeley Sci Fi / Fantasy Illustrator Illustration is said to be one of the most useful tools for all designers. It gives designers

More information

Competition Brief. Aardman Animations

Competition Brief. Aardman Animations Competition Brief CREATING MOVIE MAGIC Competition DETAILS You have learnt about the value of film, looked at the people behind the film industry and become a creator making your own special effect now

More information

VISUALIZING CONTINUITY BETWEEN 2D AND 3D GRAPHIC REPRESENTATIONS

VISUALIZING CONTINUITY BETWEEN 2D AND 3D GRAPHIC REPRESENTATIONS INTERNATIONAL ENGINEERING AND PRODUCT DESIGN EDUCATION CONFERENCE 2 3 SEPTEMBER 2004 DELFT THE NETHERLANDS VISUALIZING CONTINUITY BETWEEN 2D AND 3D GRAPHIC REPRESENTATIONS Carolina Gill ABSTRACT Understanding

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

Storyboarding CHAPTER 1

Storyboarding CHAPTER 1 CHAPTER 1 Storyboarding Storyboarding is the process of creating a graphical representation of your project to ensure that all the team members and the client understand the scope of the work to be done

More information

Challenge 1: Tami s World

Challenge 1: Tami s World Challenge 1: Tami s World In this challenge, you will: Practice using the main areas of Storytelling Alice including the Scenes window, Objects tree, details panel and method editor Add objects from the

More information

Create Account Featured, Most Recent, Most Discussed Top Rated)

Create Account Featured, Most Recent, Most Discussed Top Rated) If you can type, you can make movies! Choose your characters and your setting, type in the dialog, and BAM! Instant movies! Imagine an animated movie for your class where John Adams and Thomas Jefferson

More information

Learning Macromedia Fireworks Essentials and Digital Image Editing

Learning Macromedia Fireworks Essentials and Digital Image Editing Learning Macromedia Fireworks Essentials and Digital Image Editing 7 th Grade Technology Enhancement Instructor: Mr. Craig Clairmont Mailing address: PO Box 700-1045 Main St. Corvallis, MT 59828 Location:

More information

VECTOR PAINTINGS - User Guide VECTOR PAINTINGS. For Adobe Photoshop Elements 2019, 2018, 15, 14, 13, 12, 11. User Guide

VECTOR PAINTINGS - User Guide VECTOR PAINTINGS. For Adobe Photoshop Elements 2019, 2018, 15, 14, 13, 12, 11. User Guide VECTOR PAINTINGS For Adobe Photoshop Elements 2019, 2018, 15, 14, 13, 12, 11 User Guide CONTENTS 1. THE BASICS...1 1.1. About the effects...1 1.2. How the actions are organized...1 1.3. Downloading and

More information

Introduction to Storyboarding

Introduction to Storyboarding Introduction to Storyboarding offered in conjunction with: Cultivating Capacities, Creating Change: Teachers as Activists and Video Makers Kafaya Diab (chair), Theresa Donovan, Laurie McMiillan, Patricia

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

Chapter 7- Lighting & Cameras

Chapter 7- Lighting & Cameras Chapter 7- Lighting & Cameras Cameras: By default, your scene already has one camera and that is usually all you need, but on occasion you may wish to add more cameras. You add more cameras by hitting

More information

Module. Introduction to Scratch

Module. Introduction to Scratch EGN-1002 Circuit analysis Module Introduction to Scratch Slide: 1 Intro to visual programming environment Intro to programming with multimedia Story-telling, music-making, game-making Intro to programming

More information

Liquid Galaxy: a multi-display platform for panoramic geographic-based presentations

Liquid Galaxy: a multi-display platform for panoramic geographic-based presentations Liquid Galaxy: a multi-display platform for panoramic geographic-based presentations JULIA GIANNELLA, IMPA, LUIZ VELHO, IMPA, Fig 1: Liquid Galaxy is a multi-display platform

More information

The Painter X Wow! Study Guide

The Painter X Wow! Study Guide The Painter X Wow! Study Guide Overview This study guide / instructor s guide was designed to help you use The Painter X Wow! Book and its accompanying CD-ROM for self-study or as a textbook for classes

More information

VECTOR PAINTINGS - User Guide VECTOR PAINTINGS. For Adobe Photoshop CC, CS6, CS5, CS4, CS3. User Guide

VECTOR PAINTINGS - User Guide VECTOR PAINTINGS. For Adobe Photoshop CC, CS6, CS5, CS4, CS3. User Guide VECTOR PAINTINGS For Adobe Photoshop CC, CS6, CS5, CS4, CS3 User Guide TABLE OF CONTENTS 1. THE BASICS...1 1.1. About the effects...1 1.2. How the actions are organized...1 1.3. Downloading and installing

More information

PUZZLE EFFECTS 3D User guide JIGSAW PUZZLES 3D. Photoshop CC actions. User Guide

PUZZLE EFFECTS 3D User guide JIGSAW PUZZLES 3D. Photoshop CC actions. User Guide JIGSAW PUZZLES 3D Photoshop CC actions User Guide CONTENTS 1. THE BASICS...1 1.1. About the actions... 1 1.2. How the actions are organized... 1 1.3. The Classic effects (examples)... 3 1.4. The Special

More information

CS Problem Solving and Structured Programming Lab 1 - Introduction to Programming in Alice designed by Barb Lerner Due: February 9/10

CS Problem Solving and Structured Programming Lab 1 - Introduction to Programming in Alice designed by Barb Lerner Due: February 9/10 CS 101 - Problem Solving and Structured Programming Lab 1 - Introduction to Programming in lice designed by Barb Lerner Due: February 9/10 Getting Started with lice lice is installed on the computers in

More information

Instructions.

Instructions. Instructions www.itystudio.com Summary Glossary Introduction 6 What is ITyStudio? 6 Who is it for? 6 The concept 7 Global Operation 8 General Interface 9 Header 9 Creating a new project 0 Save and Save

More information

1. What is SENSE Batch

1. What is SENSE Batch 1. What is SENSE Batch 1.1. Introduction SENSE Batch is processing software for thermal images and sequences. It is a modern software which automates repetitive tasks with thermal images. The most important

More information

Part 2 : The Calculator Image

Part 2 : The Calculator Image Part 2 : The Calculator Image Sources of images The best place to obtain an image is of course to take one yourself of a calculator you own (or have access to). A digital camera is essential here as you

More information

Storyboard Activity Esl

Storyboard Activity Esl Activity Esl Free PDF ebook Download: Activity Esl Download or Read Online ebook storyboard activity esl in PDF Format From The Best User Guide Database Activity. Instructions and answers for teachers

More information

Direct Manipulation. and Instrumental Interaction. CS Direct Manipulation

Direct Manipulation. and Instrumental Interaction. CS Direct Manipulation Direct Manipulation and Instrumental Interaction 1 Review: Interaction vs. Interface What s the difference between user interaction and user interface? Interface refers to what the system presents to the

More information

Short story, Shot types, and Storyboarding

Short story, Shot types, and Storyboarding GRC 119 Assignment 9 Short story, Shot types, and Storyboarding 1. Write a creative short story 2. Intro to visual shot types used in visual storytelling 3. Describe, in words, the visual shots for your

More information

The Art Of Spirited Away PDF

The Art Of Spirited Away PDF The Art Of Spirited Away PDF The Art of Spirited Away collects colour illustrations of Spirited Away for the first time in an English edition! This book includes paintings and designs from the new animated

More information

Lab 8. Due: Fri, Nov 18, 9:00 AM

Lab 8. Due: Fri, Nov 18, 9:00 AM Lab 8 Due: Fri, Nov 18, 9:00 AM Consult the Standard Lab Instructions on LEARN for explanations of Lab Days ( D1, D2, D3 ), the Processing Language and IDE, and Saving and Submitting. Rules: Do not use

More information

Mastering Your. Embroidery Software V6.0. Owner s Workbook - Part 1

Mastering Your. Embroidery Software V6.0. Owner s Workbook - Part 1 Mastering Your Mastering Your Embroidery Software V6.0 Owner s Workbook - Part 1 1 Table of Contents Introduction... 3 Class 1: Getting Started... Class Overview... 4 Four Bonus programs in BERNINA Embroidery

More information

IB Film Production Portfolio Assessment Individual Project Template

IB Film Production Portfolio Assessment Individual Project Template IB Film Production Portfolio Assessment Individual Project Template Title of Film: Me Montage Production Role: Editor URL of Film: https://www.youtube.com/watch?v=qo0udjah3ns&feature=youtu.be Log Line:

More information

EXPLORING POLAR COORDINATES WITH THE GEOMETER S SKETCHPAD

EXPLORING POLAR COORDINATES WITH THE GEOMETER S SKETCHPAD EXPLORING POLAR COORDINATES WITH THE GEOMETER S SKETCHPAD Barbara K. D Ambrosia Carl R. Spitznagel John Carroll University Department of Mathematics and Computer Science Cleveland, OH 44118 bdambrosia@jcu.edu

More information

PALOS VERDES PENINSULA SUMMER SCHOOL HIGH SCHOOL COURSE DESCRIPTION

PALOS VERDES PENINSULA SUMMER SCHOOL HIGH SCHOOL COURSE DESCRIPTION PALOS VERDES PENINSULA SUMMER SCHOOL HIGH SCHOOL COURSE DESCRIPTION Course Title: Digital Photography 1 (UC, CSU) Grade Level: 9-12 Credit: 10 credits (year) - CTE Prerequisite: none Textbook: Photo Course:

More information

Getting Started. with Easy Blue Print

Getting Started. with Easy Blue Print Getting Started with Easy Blue Print User Interface Overview Easy Blue Print is a simple drawing program that will allow you to create professional-looking 2D floor plan drawings. This guide covers the

More information

Quick and Easy Photo Editing with Pixlr

Quick and Easy Photo Editing with Pixlr Quick and Easy Photo Editing with Pixlr Why bother? If you upload pictures to the SharpSchool web site as they come from your camera the file size is over fifty times the size that is needed for your web

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

00_LEI_1699_FM_i-xxviii.indd 14

00_LEI_1699_FM_i-xxviii.indd 14 00_LEI_1699_FM_i-xxviii.indd 14 2/9/15 9:23 AM Brief Contents Preface vii 1 The Big Picture 1 Part One Concept and Preparation 17 2 Start with the Script 19 3 Directing 43 4 Conceptualization and Design

More information

Version 6.1. Instructional Days: 11-14

Version 6.1. Instructional Days: 11-14 Instructional Days: 11-14 Topic Description: In this lesson, students learn how computers can be used as a tool for visualizing data, modeling and design, and art in the context of culturally situated

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

2. Advanced Image editing

2. Advanced Image editing Aim: In this lesson, you will learn: 2. Advanced Image editing Tejas: We have some pictures with us. We want to insert these pictures in a story that we are writing. Jyoti: Some of the pictures need modification

More information

Level 6 Advanced Diploma in Graphic Design (992) 153 Credits

Level 6 Advanced Diploma in Graphic Design (992) 153 Credits Level 6 Advanced Diploma in Graphic Design (992) 153 Credits Unit: Photography & Video Editing Total Qualification Time: 320 Exam Paper No.: 3 Prerequisites: Excellent keystroking ability. Number of Credits:

More information

REPORT ON THE CURRENT STATE OF FOR DESIGN. XL: Experiments in Landscape and Urbanism

REPORT ON THE CURRENT STATE OF FOR DESIGN. XL: Experiments in Landscape and Urbanism REPORT ON THE CURRENT STATE OF FOR DESIGN XL: Experiments in Landscape and Urbanism This report was produced by XL: Experiments in Landscape and Urbanism, SWA Group s innovation lab. It began as an internal

More information

Chapter 1 AN APPROACH TO PHOTOSHOP

Chapter 1 AN APPROACH TO PHOTOSHOP D TE GH RI PY CO RI TE MA AL Chapter 1 AN APPROACH TO PHOTOSHOP Photoshop was once very intimidating to the nature photography community. It seemed to do things inappropriate to the goals of a nature photographer.

More information

Create styles that control the display of Civil 3D objects. Copy styles from one drawing to another drawing.

Create styles that control the display of Civil 3D objects. Copy styles from one drawing to another drawing. NOTES Module 03 Settings and Styles In this module, you learn about the various settings and styles that are used in AutoCAD Civil 3D. A strong understanding of these basics leads to more efficient use

More information

Photoshop Domain 2: Identifying Design Elements When Preparing Images

Photoshop Domain 2: Identifying Design Elements When Preparing Images Photoshop Domain 2: Identifying Design Elements When Preparing Images Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Demonstrate knowledge

More information

Presented by Craig Stocks Arts by Craig Stocks Arts

Presented by Craig Stocks Arts by Craig Stocks Arts Presented by Craig Stocks Arts www.craigstocksarts.com 2010 by Craig Stocks Arts Basic camera settings for point and shoot cameras (resolution, quality) Resolution - how much can you enlarge a picture?

More information

2. Advanced Image Editing

2. Advanced Image Editing 2. Advanced Image Editing Aim: In this lesson, you will learn: The different options and tools to edit an image. The different ways to change and/or add attributes of an image. Jyoti: I want to prepare

More information

Engineering Technology

Engineering Technology Engineering Technology Introduction to Parametric Modelling Engineering Technology 1 See Saw Exercise Part 1 Base Commands used New Part This lesson includes Sketching, Extruded Boss/Base, Hole Wizard,

More information

KODAK Dental Imaging Software. Quick Start Guide

KODAK Dental Imaging Software. Quick Start Guide KODAK Dental Imaging Software Quick Start Guide Notice Congratulations on your purchase of The KODAK Dental Imaging Software. Thank you for your confidence in our products and we will do all in our power

More information

First English edition for Ulead COOL 360 version 1.0, February 1999.

First English edition for Ulead COOL 360 version 1.0, February 1999. First English edition for Ulead COOL 360 version 1.0, February 1999. 1992-1999 Ulead Systems, Inc. All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any

More information

User Manual. Copyright 2010 Lumos. All rights reserved

User Manual. Copyright 2010 Lumos. All rights reserved User Manual The contents of this document may not be copied nor duplicated in any form, in whole or in part, without prior written consent from Lumos. Lumos makes no warranties as to the accuracy of the

More information

Storyboard 3 Vittoria Calvani

Storyboard 3 Vittoria Calvani 3 Vittoria Calvani Free PDF ebook Download: 3 Vittoria Calvani Download or Read Online ebook storyboard 3 vittoria calvani in PDF Format From The Best User Guide Database The Eight-Frame for a 30-Second

More information

NMC Second Life Educator s Skills Series: How to Make a T-Shirt

NMC Second Life Educator s Skills Series: How to Make a T-Shirt NMC Second Life Educator s Skills Series: How to Make a T-Shirt Creating a t-shirt is a great way to welcome guests or students to Second Life and create school/event spirit. This article of clothing could

More information

Ensure that you have downloaded all the dataset files from your course Resources, and that they are extracted to the route of your C: drive.

Ensure that you have downloaded all the dataset files from your course Resources, and that they are extracted to the route of your C: drive. Lights and Cameras Before you begin Ensure that you have downloaded all the dataset files from your course Resources, and that they are extracted to the route of your C: drive. In this exercise, you will

More information

Thesis Project - CS297 Fall David Robert Smith

Thesis Project - CS297 Fall David Robert Smith Introduction The purpose of my thesis project is to design an algorithm for taking a film script and systematically generating a shot list. On typical motion picture productions, creating a shot list is

More information

Chapter 19- Working With Nodes

Chapter 19- Working With Nodes Nodes are relatively new to Blender and open the door to new rendering and postproduction possibilities. Nodes are used as a way to add effects to your materials and renders in the final output. Nodes

More information

Personalize Your Napkins

Personalize Your Napkins Dress up a table with embroidered napkins. These napkins are great for gifts, but don t forget to make some for yourself. In this project, we ll be working with text, adding a decorative outline to it,

More information

Creating Your Own Ballad of an Eagle Scout Using the Ballad Template. Produced by Scoutworks.weebly.com All Rights Reserved

Creating Your Own Ballad of an Eagle Scout Using the Ballad Template. Produced by Scoutworks.weebly.com All Rights Reserved Creating Your Own Ballad of an Eagle Scout Using the Ballad Template Produced by Scoutworks.weebly.com All Rights Reserved Please take NOTE: This tutorial has been designed to show you how you can create

More information

Education of Drawing Courses and Students Achievements

Education of Drawing Courses and Students Achievements The 3rd International Conference on Design Engineering and Science, ICDES 2014 Pilsen, Czech Republic, August 31 September 3, 2014 Education of Drawing Courses and Students Achievements (How to Develop

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

Requirements. To be Completed prior to museum visit:

Requirements. To be Completed prior to museum visit: 1 Requirements 1. Visual Storytelling Workbook - Foundations for Making One Minute Silent Movie Scouts should read the workbook and complete the worksheets and exercises in preparation for the One Minute

More information

S4B Image Converter Soft4Boost Help S4B Image Converter www.sorentioapps.com Sorentio Systems, Ltd. All rights reserved Contact Us If you have any comments, suggestions or questions regarding S4B Image

More information

Storyboarding: Turning Script into Motion

Storyboarding: Turning Script into Motion Storyboarding: Turning Script into Motion Stephanie Torta, Vladimir Minuty Click here if your download doesn"t start automatically Storyboarding: Turning Script into Motion Stephanie Torta, Vladimir Minuty

More information

Field & Post Production The Media School Indiana University Syllabus - Fall 2018 v1.0

Field & Post Production The Media School Indiana University Syllabus - Fall 2018 v1.0 P351 Video Field & Post Production The Media School Indiana University Syllabus - Fall 2018 v1.0 Instructor: Jim Krause jarkraus [at] indiana.edu (812) 332-1005 www.indiana.edu/~jkmedia Office Hours: Tuesday

More information

Buxton & District U3A Digital Photography Beginners Group Lesson 5: Simple Editing. 5 November 2013

Buxton & District U3A Digital Photography Beginners Group Lesson 5: Simple Editing. 5 November 2013 U3A Group Lesson 5: Simple Editing 5 November 2013 Programme Buxton & District 19 September Exploring your camera 1 October You ve taken some pictures now what? (Viewing pictures; filing on your computer)

More information

Blab Gallery Uploads: How to Reduce and/or Rotate Your Photo Last edited 11/20/2016

Blab Gallery Uploads: How to Reduce and/or Rotate Your Photo Last edited 11/20/2016 Blab Gallery Uploads: How to Reduce and/or Rotate Your Photo Contents & Links QUICK LINK-JUMPS to information in this PDF document Photo Editors General Information Includes finding pre-installed editors

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

This lesson will focus on advanced techniques

This lesson will focus on advanced techniques Lesson 10 278 Paint, Roto, and Puppet Exploring Paint, Roto Brush, and the Puppet tools. In This Lesson 279 basic painting 281 erasing strokes 281 Paint Channels 282 Paint blending modes 282 brush duration

More information

Key Abstractions in Game Maker

Key Abstractions in Game Maker Key Abstractions in Game Maker Foundations of Interactive Game Design Prof. Jim Whitehead January 19, 2007 Creative Commons Attribution 2.5 creativecommons.org/licenses/by/2.5/ Upcoming Assignments Today:

More information

Part 2: Earpiece. Insert Protrusion (Internal Sketch) Hole Patterns Getting Started with Pro/ENGINEER Wildfire. Round extrusion.

Part 2: Earpiece. Insert Protrusion (Internal Sketch) Hole Patterns Getting Started with Pro/ENGINEER Wildfire. Round extrusion. Part 2: Earpiece 4 Round extrusion Radial pattern Chamfered edge To create this part, you'll use some of the same extrusion techniques you used in the lens part. The only difference in this part is that

More information

CAPSTONE PROJECT 1.A: OVERVIEW. Purpose

CAPSTONE PROJECT 1.A: OVERVIEW. Purpose CAPSTONE PROJECT CAPSTONE PROJECT 1.A: Overview 1.B: Submission Requirements 1.C: Milestones 1.D: Final Deliverables 1.E: Dependencies 1.F: Task Breakdowns 1.G: Timeline 1.H: Standards Alignment 1.I: Assessment

More information

Years 3 and 4- Visual and Media Arts. Student Resource

Years 3 and 4- Visual and Media Arts. Student Resource Years 3 and 4- Visual and Media Arts Student Resource Introduction to Texture: The Element of Art. Hi Students, Welcome to this work booklet- Texture: The element of Art. Throughout this student s resource

More information

Advanced Tools for Graphical Authoring of Dynamic Virtual Environments at the NADS

Advanced Tools for Graphical Authoring of Dynamic Virtual Environments at the NADS Advanced Tools for Graphical Authoring of Dynamic Virtual Environments at the NADS Matt Schikore Yiannis E. Papelis Ginger Watson National Advanced Driving Simulator & Simulation Center The University

More information

Recitation 2 Introduction to Photoshop

Recitation 2 Introduction to Photoshop Recitation 2 Introduction to Photoshop What is Adobe Photoshop? Adobe Photoshop is a tool for creating digital graphics either by starting with a scanned photograph or artwork or by creating the graphics

More information

Digital Imaging and Photoshop Fun/ Marianne Wallace

Digital Imaging and Photoshop Fun/ Marianne Wallace EZ GREETING CARD This tutorial uses Photoshop Elements 2 but it will also work in all versions of Photoshop. It will show how to create and print 2 cards per 8 ½ X 11 sized papers. The finished folded

More information

DESN2270 Final Project Plan

DESN2270 Final Project Plan DESN2270 Final Project Plan Contents Website Content... 1 Theme... 1 Narrative... 1 Intended Audience... 2 Audio/ Animation Sequences... 2 Banner... 2 Main Story... 2 Interactive Elements... 4 Game...

More information

Understanding Digital Photography

Understanding Digital Photography chapter 1 Understanding Digital Photography DIGITAL SLR Are you confused about how digital photography works? This chapter introduces you to the advantages of digital photography, the different types of

More information

Lights, Camera, Literacy! LCL! High School Edition. Glossary of Terms

Lights, Camera, Literacy! LCL! High School Edition. Glossary of Terms Lights, Camera, Literacy! High School Edition Glossary of Terms Act I: The beginning of the story and typically involves introducing the main characters, as well as the setting, and the main initiating

More information

JEFFERSON COLLEGE COURSE SYLLABUS ART150 DIGITAL PHOTOGRAPHY I. 3 credit hours. Prepared by: Blake Carroll

JEFFERSON COLLEGE COURSE SYLLABUS ART150 DIGITAL PHOTOGRAPHY I. 3 credit hours. Prepared by: Blake Carroll JEFFERSON COLLEGE COURSE SYLLABUS ART150 DIGITAL PHOTOGRAPHY I 3 credit hours Prepared by: Blake Carroll Revised Date: January 2008 By: Blake Carroll Arts & Science Education Dr. Mindy Selsor, Dean ART

More information

Quick Start Training Guide

Quick Start Training Guide Quick Start Training Guide To begin, double-click the VisualTour icon on your Desktop. If you are using the software for the first time you will need to register. If you didn t receive your registration

More information

Film Production tutorial. Media Studies FRD

Film Production tutorial. Media Studies FRD Film Production tutorial Media Studies FRD - 2005 » There are three distinct stages or phases to production:» pre-production,» production» post-production.» We are in the latter stages of pre-production

More information

Collage Images. By Rob MacIlreith For Use with GIMP 2.8 Last Updated July 2013

Collage Images. By Rob MacIlreith For Use with GIMP 2.8 Last Updated July 2013 Collage Images By Rob MacIlreith For Use with GIMP 2.8 Last Updated July 2013 Before Beginning: Have your collage images saved in your H:\Drive. You will have to copy and paste them from your flash drive

More information

Behind the Mask: Superheroes Revealed Sample Course Syllabus

Behind the Mask: Superheroes Revealed Sample Course Syllabus Day 1 Day 1 Day 2 Day 3 Day 2 Behind the Mask: Superheroes Revealed Sample Course Syllabus Welcome Journal: Why did you choose to take this CTY course? What are you hoping to learn in this course? Icebreaker

More information

PowerPoint 2016: Formatting Pictures. Introduction

PowerPoint 2016: Formatting Pictures. Introduction PowerPoint 2016: Formatting Pictures Introduction There are a variety of ways to format the pictures in your slide show. The picture tools in PowerPoint make it easy to personalize and modify the images

More information

MS Word Training Formatting Pictures

MS Word Training Formatting Pictures Introduction MS Word Training Formatting Pictures There are many ways to format pictures in Word. For instance, you can change the size or shape of an image to better suit your document. You can also enhance

More information

COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: MASS COMMUNICATION

COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: MASS COMMUNICATION COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: MASS COMMUNICATION COURSE: MAC 344 DISCLAIMER The contents of this document are intended for practice and leaning purposes at the undergraduate

More information

No Tech Genius Required: Your Guide to Photo Editing with Photoshop

No Tech Genius Required: Your Guide to Photo Editing with Photoshop You may give away this ebook. It may not be sold or modified in any manner. Brought to You by PLR-MRR-Products.com Disclaimer Reasonable care has been taken to ensure that the information presented in

More information

Digital Photography I: Creating Images with Impact!

Digital Photography I: Creating Images with Impact! Course Syllabus Digital Photography I: Creating Images with Impact! Course Code: EDL014 Course Description Have you ever wondered how professional photographers manage to take such sensational pictures?

More information

I. THE CINEMATOGRAPHER

I. THE CINEMATOGRAPHER THE CINEMATOGRAPHER I. THE CINEMATOGRAPHER The Credit. Also known as, the Director of Photography, D.P., D.O.P, Cameraman, Cameraperson, Shooter, and Lighting cameraman (in the U.K.) The job description.

More information

ALICE IN WONDERLAND BY TIM BURTON ALICE IN WONDERLAND BY PDF ALICE S ADVENTURES IN WONDERLAND - FREE PDF EBOOKS

ALICE IN WONDERLAND BY TIM BURTON ALICE IN WONDERLAND BY PDF ALICE S ADVENTURES IN WONDERLAND - FREE PDF EBOOKS ALICE IN WONDERLAND BY PDF ALICE S ADVENTURES IN WONDERLAND - FREE PDF EBOOKS ALICE'S ADVENTURES IN WONDERLAND - GUTENBERG.ORG 1 / 5 2 / 5 3 / 5 alice in wonderland by pdf Alice s Adventures in Wonderland

More information