Categories
- AS3 (8)
- Flash (9)
- Industry (3)
- Uncategorized (2)
-
Recent Posts
-
RSS
Tag Archives: BitmapData
Salt & Pepper Utilizing BitmapData.fillRect();
This movie requires Flash Player 10
swfobject.embedSWF("/blog/wp-content/uploads/2010/01/bitmapData_fillRect_animation.swf", "swf3e9d1", "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 [...]
Posted in AS3, Flash Also tagged ActionScript, animation, AS3, BitmapData.fillRect, fillRect, particles, pixel, pixels 5 Comments
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