Learn Alice Basic and Storyboard

Slides:



Advertisements
Similar presentations
Alice.
Advertisements

Objects and Properties Alice. Objects in Alice Objects already exist. Hundreds of them.
Class-level Methods Chapter 6. Class-level Method Is specific to a class of objects We can give a class new abilities/methods Only involves this one class.
Introduction to Alice Alice is named in honor of
Introduction to Alice Web Design Section 8-2 Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Creating Game using Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
What is Alice? Graphical Programming Environment and Language Learn object oriented programming using 3 dimensional objects and a story telling approach.
Fall 2009ACS-1805 Ron McFadyen1 ACS-1805 Introduction to Programming using Alice.
Fall 2007ACS-1805 Ron McFadyen1 Ch 9 Lists In some animations, several objects must perform the same actions Example: A marching band, where the band members.
Alice: A Visual Introduction to Programming Chapter 1 Part 2.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
LO: Learn how to develop your game further to include interactions with the device.
Game Design Creating a game called PING Phase 3: Steps for building basic game.
Programming 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.
Adding User Interactivity – Lesson 51 Adding User Interactivity Lesson 5.
Unit 20: AO2: Designing the Animation. Lesson Objectives (WALT) Discuss storyboard plans and analyse the structure of a storyboard for our animation.
Learning to Program with Alice – Chapter 1 September 16, 2009.
The Very Basics of Alice: A Simple Overview 6 th & 7 th Grade Tech Apps.
Alice: A Visual Introduction to Programming Chapter 1 Part 2.
Alice Tutorial: Overview and Concepts Wayne Summers Columbus State U. 11/17/06.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Obj: Introduction to Alice HW: Read handout and answer questions. Alice is named in honor of Lewis Carroll’s Alice in Wonderland Day 5.
Interactive Programming Alice. Control of flow Control of flow -- how the sequence of actions in a program is controlled. What action happens first, what.
The Design Process An approach to designing and approaching problem issues and solutions.
Drawing Unit Orthographic Projection P. Hennessy
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Storyboards. What is a storyboard?  A sequence of drawings, typically with some directions and dialogue, representing the shot planned for a movie or.
Review for test! Alice Chapter 1&2 Test is tomorrow! - March 26 th March 25th.
Chapter2 Create animation. Objectives Import image Use the blank keyframe Add sound Publish the movie as an SWF file Use a motion tween animation.
Introduction to Alice Web Design Section 8-2 Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Video in Macromedia Flash (Optional) – Lesson 121 Video in Macromedia Flash (Optional) Lesson 12.
Interactive Programming Alice. Control of flow Control of flow -- how the sequence of actions in a program is controlled. What action happens first, what.
CompSci 4 Starting Alice Jan 15, 2009 Prof. Susan Rodger Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Programming in Alice IT-IDT-9 Design, develop, test and implement programs using visual programming. 9.1 Utilize drag and drop software to develop programs.
Chapter1 The flash interface and action script 3.0.
Alice in Action with Java Chapter 2 Methods. Alice in Action with Java2 Objectives Build world-level methods to help organize a story into scenes and.
1 Quiz Show Programming Terms. 2 Alice - 3D Virtual Programming Vocabulary Quiz Board Chapter 1 Chapter 2a Chapter 2b Chapter 3 Chapter 4 $100 $200 $300.
Creating a UFO Rescue Game in Alice
Objects in Alice.
Setting Up the Initial Scene
Getting started in Alice
Obj: Introduction to Alice
Variables and Inheritance Part 2
Introduction to Alice Alice is named in honor of
Creating a UFO Rescue Game in Alice
Alice Concepts.
Introduction to Alice Alice is named in honor of
Introduction to Programming
Chapter 1: Introduction to Alice and Objects
Alice in Action with Java
Alice in Action with Java
Introduction to Alice Alice is named in honor of
Interactive Programming
Introduction to Alice Alice is named in honor of
Trait Tree Assignment Draw a picture of your character. Add some color! Choose three character traits and support each trait with detailed evidence from.
Functions Alice.
Alice Concepts.
Introduction to Alice Alice is named in honor of
________________________________ ________________________________
Ch 9 Lists In some animations, several objects must perform the same actions Example: A marching band, where the band members are performing the same.
Functions Alice.
Interactive Programming
Functions Alice.
Introduction to Alice Alice is named in honor of
Functions Alice.
Introduction to Alice Alice is named in honor of
Variables and Inheritance A More Complex Example
Presentation transcript:

Learn Alice Basic and Storyboard

Events Editor World View World View Object Tree Startup Dialog Box Details Panel Editor An Alice virtual world begins with a template for an initial scene. The template are shown in the opening window when Alice is started. You can also use File->New World we have selected an initial scene composed of a blue sky and a grassy-green ground surface.

Objects An "object" is How is an object unique? 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

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) Up Back Width depth Height Right Left Objects in an Alice world are three dimensional. Each object has width, height, and depth, as illustrated in this picture. Forward Down

Storyboard for game? Storyboard? Sketch of how to organize a story and a list of its contents Doesn't have to be high art. It's just a sketch But it needs to show Character , Setting, Action (direction) and Conflict and solution

Storyboard for game? Character, Setting, Action, Conflict and Solution Sketch of how to organize a story and a list of its contents Doesn't have to be high art. It's just a sketch But it needs to clearly show Character , Setting, Action (direction) and Conflict and solution

Storyboard for game? What else? Storyboard? Sketch of how to organize a story and a list of its contents Doesn't have to be high art. It's just a sketch But it needs to show Character , Setting, Action (direction) and Conflict and solution

Interactivity! Interactivity? Giving a player both input and control in a story telling.

Details about the storyboard Sketch Description Dialogue Sound Effects/Music Details about the storyboard Sketch You don’t have to draw really well but it should be as clear as possible so that other team member can understand it Character , Setting, Action, Conflict and solution, And Interactivity Description Describe clearly what would happen on each frame If a frame is related to “Interactivity” such as frame 4 and 5, Describe interactivity briefly The description of interactivity can be like (Action) Press the spacebar -> (Reaction) The turtle moves forward (Action) Click on a bird -> (Reaction) the bird sings Dialogue Write down the list of characters’ dialogues for each frame Sound Effects/Music Write down the list of music or sound effects you want to use. For music, write down the name of it. Alice supports mp3 files For sound effects, write down something like “Ring! Ring!”

Examples of Description for Interactivity (Action) Press the spacebar -> (Reaction) The turtle moves forward (Action) Click on a bird -> (Reaction) the bird sings

Details about the storyboard Sketch Description Dialogue Sound Effects/Music Details about the storyboard Sketch You don’t have to draw really well but it should be as clear as possible so that other team member can understand it Character , Setting, Action, Conflict and solution, And Interactivity Description Describe clearly what would happen on each frame If a frame is related to “Interactivity” such as frame 4 and 5, Describe interactivity briefly The description of interactivity can be like (Action) Press the spacebar -> (Reaction) The turtle moves forward (Action) Click on a bird -> (Reaction) the bird sings Dialogue Write down the list of characters’ dialogues for each frame Sound Effects/Music Write down the list of music or sound effects you want to use. For music, write down the name of it. Alice supports mp3 files For sound effects, write down something like “Ring! Ring!”

Contents of Storyboard Frame 1 ~ Frame 3 Opening Animation Frame 4 ~ Frame 5 Main Game – Interactivity Frame 6 Ending Animation Frame 1 ~ Frame 3 Opening Animation Present Characters, Setting(Environment or Situation) and Conflict Frame 4 ~ Frame 5 Main Game – Interactivity Present Action and Solution Frame 6 Ending Animation Present Solution The reason of restriction – for curriculum. Learn and Develop We’ll develop 1 frame for a week

Assignment 2 With your group, Choose One scenario for game Make sure follow the guidelines Check the Alice Gallery for available characters Draw a first frame of the storyboard for game Present a title and main characters Group Assignment (15 min) (10 min)