70

INFO 424 Week 7

  • Upload
    briana

  • View
    49

  • Download
    0

Embed Size (px)

DESCRIPTION

INFO 424 Week 7. WEEK 7 – take home exam (emulate 2 designs) WEEK 8 – Flash exam WEEK 9 – take home exam (find your own designs to emulate) WEEK 10 – Flash exam. Flash Quiz #2. Flash Quiz #2. REVIEW. More practice with building XML files and retrieving data from them. - PowerPoint PPT Presentation

Citation preview

Page 1: INFO 424 Week 7
Page 2: INFO 424 Week 7

INFO 424 Week 7

Page 3: INFO 424 Week 7

WEEK 7 – take home exam (emulate 2 designs)

WEEK 8 – Flash exam

WEEK 9 – take home exam (find your own designs to emulate)

WEEK 10 – Flash exam

Page 4: INFO 424 Week 7

Flash Quiz #2

Page 5: INFO 424 Week 7
Page 6: INFO 424 Week 7
Page 7: INFO 424 Week 7
Page 8: INFO 424 Week 7
Page 9: INFO 424 Week 7
Page 10: INFO 424 Week 7

Flash Quiz #2

Page 11: INFO 424 Week 7
Page 12: INFO 424 Week 7
Page 13: INFO 424 Week 7
Page 14: INFO 424 Week 7
Page 15: INFO 424 Week 7

REVIEW

Page 16: INFO 424 Week 7

More practice with building XML files and retrieving data from them

Page 17: INFO 424 Week 7
Page 18: INFO 424 Week 7

How to loop through an XML file

for each (var myXMLbit:XML in myXML.firstElement){

Page 19: INFO 424 Week 7
Page 20: INFO 424 Week 7

How to change the display order

Page 21: INFO 424 Week 7
Page 22: INFO 424 Week 7
Page 23: INFO 424 Week 7
Page 24: INFO 424 Week 7
Page 25: INFO 424 Week 7
Page 26: INFO 424 Week 7

Direct select tool

Page 27: INFO 424 Week 7
Page 28: INFO 424 Week 7
Page 29: INFO 424 Week 7
Page 30: INFO 424 Week 7
Page 31: INFO 424 Week 7
Page 32: INFO 424 Week 7
Page 33: INFO 424 Week 7
Page 34: INFO 424 Week 7
Page 35: INFO 424 Week 7

YOUR DRAWINGS

Page 36: INFO 424 Week 7
Page 37: INFO 424 Week 7
Page 38: INFO 424 Week 7
Page 39: INFO 424 Week 7
Page 40: INFO 424 Week 7
Page 41: INFO 424 Week 7
Page 42: INFO 424 Week 7
Page 43: INFO 424 Week 7

PREVIEW

Page 44: INFO 424 Week 7
Page 47: INFO 424 Week 7
Page 48: INFO 424 Week 7
Page 49: INFO 424 Week 7
Page 51: INFO 424 Week 7

morphing animations

Page 52: INFO 424 Week 7

frame-by-frame animations

Page 54: INFO 424 Week 7

Tweens in AS

Page 55: INFO 424 Week 7

var myTweenx:Tween = new Tween(purpleCircle_mc, "x", Back.easeOut, 0, 300, 3, true);var myTweeny:Tween = new Tween(purpleCircle_mc, "y", Back.easeOut, 0, 300, 3, true);var myTweenHeight:Tween = new Tween(purpleCircle_mc, "height", Back.easeOut, 5, 100, 3, true);var myTweenWidth:Tween = new Tween(purpleCircle_mc, "width", Back.easeOut, 5, 100, 3, true);

Change x positionChange y positionChange heightChange width

Page 56: INFO 424 Week 7

creating an arrayvar myArray:Array = new Array();

adding to an arraymyArray.push(<name of object/item to be added>);

finding out the size of an arraymyArray.length

looping through an arrayfor each (var mySprite:Sprite in myArray){}

retrieving a value from an arraymyArray[0];

Arrays in AS

Page 57: INFO 424 Week 7

More Visual Design Concepts

BalanceWhite SpaceEye Movement

Page 58: INFO 424 Week 7
Page 59: INFO 424 Week 7
Page 60: INFO 424 Week 7
Page 61: INFO 424 Week 7
Page 62: INFO 424 Week 7
Page 63: INFO 424 Week 7
Page 64: INFO 424 Week 7

Visual potentialEncodingUses of textUses of colorLayeringVisual hierarchyUnity & VarietyAssociating text with visual elementColor blindnessLegibilityContext – comparable, other information

Visualization Concepts

Page 65: INFO 424 Week 7

Visual potential & encoding & context

How the US compares to other nations in terms of health care costs & life expectancy

Page 66: INFO 424 Week 7

Visual PotentialEncodingUses of textUses of colorLayeringVisual hierarchyUnity & VarietyAssociating text with visual elementColor blindnessLegibilityContext – comparable, other information

Page 67: INFO 424 Week 7

http://blogs.ngm.com/.a/6a00e00982269188330120a7a46406970b-popup

Page 68: INFO 424 Week 7

Visual potential & encoding & context

How discount airlines reduce costs relative to standard airlines

Page 69: INFO 424 Week 7

Visual PotentialEncodingUses of textUses of colorLayeringVisual hierarchyUnity & VarietyAssociating text with visual elementColor blindnessLegibilityContext – comparable, other information