INFO 424, Week 3

Preview:

DESCRIPTION

INFO 424, Week 3. REVIEW. Pre-attentive Processing Layering Visual Hierarchy. ActionScript …. 2.0 ActionScript 3.0. Events Event listeners. MODIFICATION #1: Different Chart Type…. MODIFICATION #2: Different Colors…. What is a ‘good’ color scheme?. Gradient - PowerPoint PPT Presentation

Citation preview

INFO 424, Week 3

REVIEW

Pre-attentive ProcessingLayeringVisual Hierarchy

ActionScript….

2.0ActionScript 3.0

EventsEvent listeners

MODIFICATION #1:Different Chart Type…

MODIFICATION #2:Different Colors…

What is a ‘good’ color scheme?

GradientRed = most criticalGreen = least critical

MODIFICATION #3:Different Order…

MODIFICATION #4:Color scheme from image

Recolored Network

Original colors:

PREVIEW: MONDAY

Debugging – trace statements & the Flash debugger

+

= ?

Why….?

PREVIEW: MONDAY, cont.

TOPIC AREA: Medicine (drugs) in our drinking water

PREVIEW: FRIDAY

Flash Quiz #1 (not graded)

Understand the code from Phase 4:

Phase 5: Control the animation

New event: ENTER_FRAME

currentFrametotalFrames

Phase 6: Add the slider

Code modules

CONDITIONALS & LOOPS in ActionScript 3.0

3 basic conditional statements: if....else if....else if switch...case

5 types of loops: for for...in for each...in while do while

Recommended