December 16 09
So Jordan finished his animations and sent them over, been putting them into our game it’s still early but you can get a feel for the gameplay. You move around the stage with the arrows and punch with A and kick with S. Also introduced a walk animation and an idle animation. The characters [...]
December 7 09
This application generates snowflakes that as they fall lay to rest on surfaces. It uses a webcam to track the user and a simple particle system for the snowflakes. It has all been done in Actionscript 3 and is using 2 classes that I have wrote. As mentioned in an earlier post I had seen [...]
December 6 09
So this is a continuation of my last post, if you missed the last post I used a set of filters on a webcam to pick up the images so that I could then make snow settle on it, this is my first flake settling on the edge you can see it working as long [...]
December 4 09
Today I have been working on a motion tracker in AS3 that works on tracking the edges of the user this is so that I can create a snow fall effect that allows snow to settle around the user. I saw something similar to this done in AS2 when I was back at university by [...]