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

cube

Embed Size (px)

DESCRIPTION

cui's cube

Citation preview

Page 1: cube

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

Page 2: cube

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

Page 3: cube

• 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

Page 4: cube

Project architecture

• Site map

ITGM_719 Cui-box

4

Page 5: cube

Project architecture

• Flow chart

ITGM_719 Cui-box

5

Page 6: cube

ActionScript overview

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

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

ITGM_719 Cui-box

6

Page 7: cube

ActionScript overview

• Box.as --box with different color

ITGM_719 Cui-box

7

Page 8: cube

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

Page 9: cube

Visual comps

ITGM_719 Cui-box

9