Tag Archives: effects

CoolIris type thing in 30 lines

PLAIN TEXT Actionscript: package { // Piclens type thing in 30 lines (FP10+) Liam O'Donnell - spikything.com     import flash.display.Sprite;     import flash.events.Event;     public class Main extends Sprite {         private var container … Continue reading

Posted in 3D, AS3, Flash | Tagged , , , , | 3 Comments

Mercedes Bendz

Mercedes Bend Banner

I feel slightly dirty, having not only done some work for an oil company recently, but also just having made a banner. I usually tell clients that banners are against my religion, but made an exception in this case because … Continue reading

Posted in Flash | Tagged | 6 Comments

Fun with noisy filters

I've been playing with animating perlin noise and using it at a displacement map. Here's a little example of what I mean (source).

Posted in AS3, Flash | Tagged | Leave a comment