Categories
- AS3 (8)
- Flash (9)
- Industry (3)
- Uncategorized (2)
-
Recent Posts
-
RSS
Category Archives: AS3
Salt & Pepper Utilizing BitmapData.fillRect();
This movie requires Flash Player 10
swfobject.embedSWF("/blog/wp-content/uploads/2010/01/bitmapData_fillRect_animation.swf", "swf6a441", "500", "448", "10.0.0", "", {}, {wmode: "window", menu: "false", quality: "high", bgcolor: "#000000"}, {});
I’ve had some time to experiment more with BitmapData and specifically the fillRect(); method. I hope to utilize some of this soon when creating a new site for myself. Below is another example showing how [...]
Also posted in Flash Tagged ActionScript, animation, AS3, BitmapData, BitmapData.fillRect, fillRect, particles, pixel, pixels 5 Comments
Simple AS3 Parallax System Engine
This movie requires Flash Player 10
swfobject.embedSWF("http://www.lextalkington.com/blog/wp-content/uploads/2009/12/parallax.swf", "swf6a443", "500", "570", "10.0.0", "", {}, {wmode: "window", menu: "false", quality: "high", bgcolor: "#000000"}, {});
A recent project required me to set up a parallax system, of which I’ve done a hundred times probably, starting with AS1. However, I’d never built a class to handle this rather simple functionality. With [...]
Also posted in Flash Tagged ActionScript, AS3, depth, mouse motion, mouse movement, pan, panning, parallax 13 Comments
Generate Points Around a Circle’s Circumference
This movie requires Flash Player 10
swfobject.embedSWF("/blog/wp-content/uploads/2009/12/CircumferencePointGenerator.swf", "swf6a444", "500", "500", "10.0.0", "", {}, {wmode: "window", menu: "false", quality: "high", bgcolor: "#000000"}, {});
This is a simple Class, yet comes in handy for many projects. I’ve added a few extra parameters beyond only placing x amount of points around the circumference of a circle. This is a static [...]
Also posted in Flash Tagged ActionScript 3, AS3, circumference, distribute, points, radius 4 Comments
Auto Pan Class For Panning An Image On Mouse Movement
This movie requires Flash Player 10
swfobject.embedSWF("/blog/wp-content/uploads/2009/08/AutoPan1.swf", "swf6a445", "540", "540", "10.0.0", "", {}, {wmode: "window", menu: "false", quality: "high", bgcolor: "#000000"}, {});
I created an AS2 version of this years ago, and shared it on kirupa.com. It was a very popular small class. So, I’ve rebuilt the class in AS3. I hope some people find it useful. [...]
Listening To Web Traffic
Traffic, in the traditional sense, is annoying. I live on a somewhat busy street, outside my office window it is the same monotonous motoring sound all day. This annoyance gave me an idea: I’m playing with my new interest in the Google Analytics export data API and trying to get Flash to respond to the [...]
A Positive Spin On Sparse Web Traffic
Bear with me on this…. I came across this CNN article discussing how much CO2 is emitted when browsing the Web. Their study places CO2 generation at 20 milligrams per second spent on the Web. This had me interested is how much CO2 I indirectly generate based on site visitors and how much time they [...]
Adding Graphics Within A Predefined Unique Boundary
I came across a forum post of someone attempting to add graphics within, and only within a uniquely shaped boundary. There are numerous ways to achieve this visual effect in flash. One, you could add items to a shape and use a blending mode to allow only those shapes that appear over the parent object [...]
Generative Visuals