Particles v3
Particles with random velocity on x-axis aswell on the y-axis and gravitation.
Using the same Particle class as in Particles v1 (post), is this another demo:
package
{
// FLASH
import flash.filters.BlurFilter;
import flash.utils.getDefinitionByName;
import flash.events.Event;
import flash.display.MovieClip;
public class Particles003 extends MovieClip
{
//
// Private properties
//
private var _particles:Array;
//////////////////////////////////////////////////////////////////////////////////////
//
// Constructor
//
//////////////////////////////////////////////////////////////////////////////////////
// ———————————————————————————–
public function Particles003()
{
_particles [...]
Particles v2
Particles with no velocity on the axis’s, but instead we use negative gravitation.
Using the same Particle class as in Particles v1 (post), is this demo 2:
package
{
// FLASH
import flash.filters.BlurFilter;
import flash.utils.getDefinitionByName;
import flash.events.Event;
import flash.display.MovieClip;
public class Particles002 extends MovieClip
{
//
// Private properties
//
private var _particles:Array;
//////////////////////////////////////////////////////////////////////////////////////
//
// Constructor
//
//////////////////////////////////////////////////////////////////////////////////////
// ———————————————————————————–
public function Particles002()
{
[...]
Particles v1
Particles with random velocity on x-axis aswell on the y-axis.
The Particle Class
package
{
import flash.display.DisplayObjectContainer;
import flash.display.DisplayObject;
public class Particle
{
//
// public properties
//
public var clip:DisplayObject;
public var xVel:Number = 0;
public var yVel:Number = 0;
public var drag:Number = 1;
public var gravity:Number = 0;
public var shrink:Number = 1;
public var fade:Number = 0;
[...]
Flash + Augmented Reality + real-time Face recognition
Sander Wichers is working on his opensource FMS called Mammoth, one of the things it can handle is Augmented Reality! And Also Real-Time Face recognition!
Augmented reality exampleReal-time face recognition example
Totally Love It! Keep up the great work!
PerlinNoise
Started (finally) experimenting with Perlin Noise….its a first but anyways…Finally figured out that the number of Octaves and offset points are connected to eachother, which helps a lot!
Droppin’ Boxes
A Little experiment with Box2DFlash and papervision3D
FITC Amsterdam 2009
FITC has held 17 events over 7 years, through 9 cities and 4 countries, with over 700 presentations and over 10,000 attendees. From Flash to motion design, to design and creative inspiration, to other technologies like Flex, Air and processing, FITC events stand as unique and exciting events that educate, challenge, and inspire. We began [...]
Christmas Ribbons
Merry Christmas to you all!! (click on the image)With many thanx to soulwire for the code!
A new blog…again
After I lost my whole database, we will start allover again :-)