View Mode: Normal | Article List
Category: works | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | > | >>

Etam anniversary site

[ 2010-08-03 21:16:12 | Author: liuhuan ]
http://www.etam.com.cn/anniversary/

2 flash games + flash index

uploads/201008/03_211926_untitled1.jpg


Art design: This.Zhang

demo

[ 2009-09-06 11:33:58 | Author: liuhuan ]
uploads/200909/06_110250_22858_1252207902hjyb_m.jpg

AS3 Particle

[ 2009-08-12 17:47:08 | Author: liuhuan ]
An experiment with as3 bitmapdata.


import fl.controls.CheckBox;

var ease:Boolean = false;
var drawHolder:Sprite = new Sprite();
var line:Shape = new Shape();
drawHolder.addChild(line);
this.addChild(drawHolder);
stage.addEventListener(MouseEvent.MOUSE_DOWN , onMouseDownHandler);
var arr_particle:Array = new Array();
var textFormat:TextFormat = new TextFormat();
...

Read More...

Demo

[ 2009-05-19 00:00:01 | Author: liuhuan ]
Some poor works in these months...

http://home.blueidea.com/attachment/200905/19/22858_1242695009b8Dd_m.jpg

http://home.blueidea.com/attachment/200905/19/22858_12426950216S4q_m.jpg

http://case.blueidea.com/files/2009/02/28/work_22858_11565_20090228_162547_8857422_m.jpg

http://case.blueidea.com/files/2009/02/28/work_22858_11565_20090228_162548_4226379_m.jpg

...

Read More...

as3 brick ball game

[ 2009-05-10 16:00:17 | Author: liuhuan ]


This is a easy game using AS3.0. To detect the hitness between bricks and the ball, simply use the hitTestObject function.

Download source file:
Click Here To Download