birds_1

Again using Flash's new 3D features, i have knocked up this quick experiment of some random bird like creatures flying back and fourth, using a good Z sorting class written by the genius Ralph Hauwert who is one of the ...Read More

3D particles

Using Flash's new 3D properties i quickly knocked up a 3D particle emitter that follows the mouse and emits when the mouse is down, i also wanted to quickly have a look at the new Vector3D class in Flash 10, ...Read More

Animating along a Flash multipoint curve

Using the great Tweener class, i have managed to use my array of points used for the drawing the curves in conjunction with the _bezier function on the Tweener class. Same as before, click to add points and then click play ...Read More

Flash Curves

Something i have wanted to try and do for a long time in Flash for a while is figure out a way of drawing cubic curves, like what you would expect from illustrator, whilst the code to produce to results ...Read More

flash AS3 interface tutorial

My first and hopefully not my last tutorial for Computer Arts, I have been meaning to get around to doing some tutorials for ages, so back end of 2008 I just threw myself into it. This tutorial introduces the user to ...Read More

drawing

Following on from a few tests i have been doing with the Drawing API and the Bitmap API in Flash, i have now starting to create something which could turn into a few things, not quite sure yet, but at ...Read More

flash-3d

Nothing new here, but always fancied having a mess with simple 3D math in Flash, very simple to do and quite effective, not sure what ill use it for yet but glad i finally had a go at doing it. view ...Read More