cui_cube_treatment

9
Project C: CUI-Box (treatment) ITGM-719 Chenyuan Cui Professor Hieronymi

description

cui_cube_treatment

Transcript of cui_cube_treatment

Project C: CUI-Box (treatment) ITGM-719 Chenyuan Cui Professor Hieronymi

Index page • Project description -----------------------------3

• Project rationale --------------------------------3

• Project architecture ----------------------------4 • Site map --------------------------------------------------------------4 • Flow chart ------------------------------------------------------------5

• ActionScript overview -------------------------6

• Visual comps -----------------------------------8

ITGM_719 Cui-box

2

• Project description • This is a flash (action script 3) project. • By moving the box in the middle (box with same color in

row/column), you will get funny experience.

• Project rationale • I like playing with cube games, I wish I can create my own game

using what I learnt in this class.

ITGM_719 Cui-box

3

Project architecture

• Site map

ITGM_719 Cui-box

4

Project architecture

• Flow chart

ITGM_719 Cui-box

5

ActionScript overview

• projectC.fla • projectC.as (document class)

• Check row/column based on “boxState” below.

ITGM_719 Cui-box

6

ActionScript overview

• Box.as --box with different color

ITGM_719 Cui-box

7

Visual comps

1. Info area 2. Next box bar (if all box are filled, game over) 3. Main play area 4. Finished color bar (if all box are filled, level up)

ITGM_719 Cui-box

8

Visual comps

ITGM_719 Cui-box

9