Everything about Flash
116.3K views | +0 today
Follow
Everything about Flash
Everything about the Flash Platform
Your new post is loading...
Your new post is loading...
Scooped by Nicolas Bousquet
Scoop.it!

Graffiti - ActionScript 3 Bitmap Drawing Library

The Graffiti AS3 Bitmap Drawing Library is designed for ActionScript developers to easily integrate drawing functionality into a Flash, Flex or Air project.

No comment yet.
Scooped by Nicolas Bousquet
Scoop.it!

A Better PNG Encoder for Flash

A few months back, I was developing a little Flash widget as a tangent to my main project, and I needed an asynchronous PNG encoder. I found several, but none of them were quite what I wanted. Some were pretty good, but synchronous only. Most of the asynchronous ones did the final compression step all at once at the end, with a call to ByteArray's deflate() method, which meant they weren't really asynchronous -- there'd be a noticeable pause while the compression took place.

No comment yet.
Scooped by Nicolas Bousquet
Scoop.it!

Simulating mud/slime with Box2D, bitmaps and filters - Emanuele Feronato

This is an attempt to simulate something like mud/slime with Box2D for a game concept I am trying do develop.

No comment yet.