SM1205 Interactivity Assignment 1 Nonlinear Storytelling Spring 2011SCM-CityU1.

Slides:



Advertisements
Similar presentations
Nested if-else Statements.  Should be indented to make the logic clear.  Nested statement executed only when the branch it is in is executed. For example,
Advertisements

1.
New Hanover County March 30, All CTE Courses can now be offered as an Honors Course!
Microsoft Visual Basic: Reloaded Chapter Five More on the Selection Structure.
ITEC113 Algorithms and Programming Techniques
Teaching CTE Honors Courses Buncombe County
SM1205 Interactivity Topic 04: Properties and Events Spring 2010SCM-CityU1.
SM1205 Interactivity Topic 10: Motion Tracking Part II Spring 2010SCM-CityU1.
SM1205 Interactivity Assignment 3 Spring 2011SCM-CityU1.
MATLAB Loops and Branching.
SM1205 Interactivity Instruction for Assignment 2 Spring 2010SCM-CityU1.
SM1205 Interactivity Topic 01: Introduction Spring 2010SCM-CityU1.
T Multimedia Programming Programming Lifecycle Heikkinen, Pitkänen, Setälä, Stenroos.
SM1205 Interactivity Topic 03: Flow Control Spring 2010SCM-CityU1.
Assignment 3 Topic: Webcam Interaction with Motion Requirements – Use motion tracker – Interact with motion – Have music/sound elements – Meaningful system.
UMass Lowell Computer Science Advanced Algorithms Computational Geometry Prof. Karen Daniels Spring, 2004 Project.
Structural/Navigational Design Site View Viewing the project from a bird’s eye perspective is a chance to see how the site is organized and how the user.
Research Methods and Proposal Writing
Kapi’olani Community College Art 258 Interface Programming II In-class Presentation Week 5A.
SM1205 Interactivity Topic 06: Iteration and Multiple Objects Spring 2010SCM-CityU1.
Designing and Developing Interactive Multimedia EDCI 663 Educational Technology Purdue University.
Content Creation Project 2 Due date: Monday, February 7th.
Teaching CTE Honors Courses Buncombe County
Research Methods and Proposal Writing
Interactive Storytelling Writing for Interactive Media.
Educator’s Guide Using Instructables With Your Students.
Instructional Design Eyad Hakami. Instructional Design Instructional design is a systematic process by which educational materials are created, developed,
1 USING EXPERT SYSTEMS TECHNOLOGY FOR STUDENT EVALUATION IN A WEB BASED EDUCATIONAL SYSTEM Ioannis Hatzilygeroudis, Panagiotis Chountis, Christos Giannoulis.
Differentiated Instruction Presenter: Ilene Cloughley/ Supervisor of Special Services PK-6.
Title your file “Your Name Toolbox Slam” and submit your completed application by the deadline of Thursday, May 7, 2015 to
CSCI-1411 F UNDAMENTALS O F C OMPUTING L AB Shane Transue Spring 2014.
 Presentations usually consist of more than one slide!  Slides can be navigated both manually and automatically…  But they can also be shown in.
Following the submission of your CV and letter of application, the head of Human Resources has invited you to proceed to the second stage of the recruitment.
COMP3615,5615 Capstone Projects Week Overview of the semester Website tour – XP and roles – Assessment – note especially the individual mark operating.
Lesson - 5. Introduction While programming, we usually need to decide the path of the program flow according to the parameters and conditions. Actually.
Academic Writing Semester 2. What Will We Be Doing? Short Story Writing.
Using Alice in an introductory programming course for non-CS majors Adelaida A. Medlock Department of Computer Science Drexel University
Course Redesign: From Traditional, To Blended, To Online Larry Beck, Ph.D. San Diego State University.
Introduction to the Personal Project Baltimore City College MYP Program.
National 5 Course Assessment: Assignment Assignment – Preparation Advice  Marking guidance  Instructions to candidates  Choice of topic  Scientific.
CS 3505 Projects Assignments Projects
Developing Gamification within Moodle Function and Instruction
© 2011 Delmar, Cengage Learning Chapter 10 Using ActionScript to Enhance User Experience.
Learning to use the Interactive Online Classroom Classroom Activities.
ITCS 6265 Details on Project & Paper Presentation.
General Computer Science for Engineers CISC 106 Lecture 2^4 Roger Craig Computer and Information Sciences 03/23/2009.
1 InSAR Project Information. 2 Outline Purpose Two components – SAR investigation, InSAR study SAR investigation: presentation only InSAR study: presentation.
07 Prof. Garzotto HCI Final project Reporting & Delivery Specs.
Using PCM Virtual Class By: Mr.Shesha Kanta Pangeni, PhD scholar, KU Mr.Padam Raj Pant Consultant/Expert in ICT in Education Contact:
Computer/Human Interaction Spring 2013 Northeastern University1 Name of Interface Tagline if you have one (80 chars max, including spaces) Team member.
Qualifications Update: Higher Media Qualifications Update: Higher Media.
Copyright © 2003 Pearson Education, Inc. Chapter 4 – Slide 1 by Michael Kay The Web Wizard’s Guide to Flash.
Business and Computing Deanery Multimedia Week 1 What is Multimedia?
Introduction My class is a 7 th grade Science class which consist of 20 students total, 11 females-9 males, 4students are special needs and.
Media. UNIT 3 SAC: Narrative - 40 marks – (All 3 SAC’s - 12%) SAT: Production Exercises SAT: PDP UNIT 4 SAT: Media Process SAC: Social Values - 40 marks.
NARRATIVE FLOW AND FLOW CHARTS STORYBOARDS. LINEAR Linear – The game story starts and the player will be confronted with a predetermined series of challenges.
Jython Environment For Students (JES) Final Presentation Team 3 David Raines Claire Bailey Jason Ergle Josh Sklare July 16,
Story composition Pt. 2 Game Design.
Learning Objectives Today we will Learn: The different methods of implementation The differences between user and technical documentation.
Overview of E-Learning Authoring Software
Learning Activity Management System - LAMS
3.1 Fundamentals of algorithms
Using PCM Virtual Class
ASSIGNMENT ACTIVITIES
ALL project 2 – Virtual Reality Interactive Story
An Introduction to Flash
Visual Basic – Decision Statements
EPQ Learner Outcomes identify, design, plan and complete an individual project, applying a range of organisational skills and strategies to meet.
KS4 Community Drama Creative, Performance and Media Arts
Presentation transcript:

SM1205 Interactivity Assignment 1 Nonlinear Storytelling Spring 2011SCM-CityU1

Topic Topic: branching and/or nonlinear storytelling – More than one possible plotlines and/or endings Spring 2011SCM-CityU2

Linear Storytelling Single path and single conclusion storyline – Lack of user interaction – NOT what we want! Spring 2011SCM-CityU3

Branching Storytelling Offer user consequential choices – Each user decision offers a unique storyline Spring 2011SCM-CityU4

Nonlinear Storytelling Offers the user the chance to control the order of the stages between the beginning and end Spring 2011SCM-CityU5

Branching & Nonlinear Storytelling Allow the audience to choose from multiple different paths and endings Spring 2010SCM-CityU6 Start End 1 End 2 Spring 2011SCM-CityU6

Requirements Technical – Flash + ActionScript 3.0 – Jumping between key frames with user interaction (ref: album demo) – Having at least three event listeners No requirement for event types – Using if conditionals Using else or else-if is optional Content – Having branching or nonlinear storytelling structure – Supporting user interactivity User choices leading to different storylines or endings Documentation – Title, motivation, how-to-use, screenshots, references Spring 2011SCM-CityU7

Optional Tasks Optional tasks – Write and use your own functions (NOT as event listeners) With or without parameters With or without returning values – Use multiple else-if statements – Nested if conditionals Spring 2011SCM-CityU8

Submission & Presentation Submission – Via ACS.fla,.swf,.doc (documentation) files and other files Max total file size: 30M – Deadline: 13:00:00, Thursday, 24 Feb, 2011 In-class presentation, 24 Feb – Each student has roughly 5 minutes for presentation Spring 2011SCM-CityU9

Assessment Based on – Implementation difficulty + UI design creativity (80%) – Presentation performance (10%) – Documentation (10%) Note: if you use any technique which has not been taught in this course, you must state its source or reference in the documentation clearly – Otherwise, some marks will be deducted ActionScript 2.0 is NOT allowed! No proper indentation in code will cause 5% mark deduction – Especially for if conditionals and functions Spring 2011SCM-CityU10

References Exploring interactive narrative Flowcharts and story boards Wiki: nonlinear narrative Wiki: multiple endings Spring 2011SCM-CityU11