COAP:COAP-2110/week4: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
Line 10: Line 10:


; Assignment
; Assignment
Think about an animation that you would like to create, e.g. something that could evolve into a comic strip, a splash page, a moving logo, an explanatory animation, a slide show, etc. Then create a Flash file that includes:
 
* At least '''four buttons''' that you can place either on single frames, extend over several frames or over the whole timeline. These buttons should position the playhead (i.e. the user) in a new frame.
This time you will have '''two options''':
 
# '''Option A''': Create a really complex button and that includes well done graphics (or even animations. In addition, create 3 minor variants of the same button. To do so: ''duplicate'' then rename the button you created first (right-click in the library).
 
# '''Option B''': Create an application where the user can navigate on the timeline, e.g. a slide show of pictures or a portfolio of prior work or a "story". Then create a Flash file that includes:
#* At least '''four buttons''' that you can place either on single frames, extend over several frames or over the whole timeline. These buttons should position the playhead (i.e. the user) in a new frame. In other words, these buttons must allow the user to move from frame to other frames.
#* To make this work, you must add a stop() instruction to the script layer of each "start" keyframe.


; Reuse of homework 1 and 2
; Reuse of homework 1 and 2
Line 18: Line 24:
; Submission date and format
; Submission date and format
* To be returned by Monday, at start of week 5 lesson
* To be returned by Monday, at start of week 5 lesson
* Use the following Flash file name p1-''familyname''-''firstname''.fla, e.g.
* Use the following Flash file name project4-''familyname''-''firstname''.fla, e.g.
:''p2-miller-joe.fla''
:''project4-miller-joe.fla''
:... I must be able to distinguish these files and we want to avoid overwriting.
:... I must be able to distinguish these files and we want to avoid overwriting.


Line 34: Line 40:


; The document description
; The document description
Your p2-xxx-xxx.fla file '''must''' include a document description.
Your p4-xxx-xxx.fla file '''must''' include a document description.
* Insert it with menu ''Modify->Document''
* Insert it with menu ''Modify->Document''
* Enter a title and description
* Enter a title and description
* See the [[Help:COAP-2110/doctemplate|template]]
* See the [[Help:COAP-2110/doctemplate|template]]

Revision as of 17:36, 15 November 2008

Week 4

Theme: Basic interactiviy

Introduction to buttons and some ActionScript

Homework 4 - Week 4

Assignment

This time you will have two options:

  1. Option A: Create a really complex button and that includes well done graphics (or even animations. In addition, create 3 minor variants of the same button. To do so: duplicate then rename the button you created first (right-click in the library).
  1. Option B: Create an application where the user can navigate on the timeline, e.g. a slide show of pictures or a portfolio of prior work or a "story". Then create a Flash file that includes:
    • At least four buttons that you can place either on single frames, extend over several frames or over the whole timeline. These buttons should position the playhead (i.e. the user) in a new frame. In other words, these buttons must allow the user to move from frame to other frames.
    • To make this work, you must add a stop() instruction to the script layer of each "start" keyframe.
Reuse of homework 1 and 2
  • If you wish you can add buttons on top of your previous homework (in any way you like). But this is by no means an obligation nor does it have an influence on grading.
Submission date and format
  • To be returned by Monday, at start of week 5 lesson
  • Use the following Flash file name project4-familyname-firstname.fla, e.g.
project4-miller-joe.fla
... I must be able to distinguish these files and we want to avoid overwriting.
Other constraints
  • Reuse of objects: 1/3 must be drawn by yourself, max. 1/3 imported but customized, max. 1/3 imported as is. (So you also can do everything by yourself).
  • There is no restriction on the subject, e.g. you can do a slide show or launch motion/shape/frame animations.
  • You can take either buttons from the library or make your own.
  • You must fill in a document description using the same template as in homework 1.
  • Homework projects are individual. If you work with others, make sure that the individual projects differ, i.e. the "reuse of objects" criteria above apply.
  • If you reuse old homework, make sure that certain errors are fixed (e.g. use only a single non-editable object in a motion tween)
Evaluation criteria - bonus and malus points

Same as before

The document description

Your p4-xxx-xxx.fla file must include a document description.

  • Insert it with menu Modify->Document
  • Enter a title and description
  • See the template