Today the first part of a 3 part QuickBox2D tutorial went live on active.tutsplus.com
It’s an intro tutorial, so it just scratches the surface. Part 2 digs a bit deeper and part 3 covers complex stuff like joints and contacts…. (part 2 and 3 will be posted sometime in the near future).
Today’s quiz is not multiple choice. Instead, use your choice of the Graphics class or BitmapData to write a function that generates the below image:
Your function need not take any arguments, it need only return a display object containing the above image.
Feel free to post your solution in the comments.
[EDIT] Solutions:
The solutions that have been posted in the comments so far are REALLY nice - they’re all worth checking out… and I think everyone posted their code to wonderfl so you can see the result without needing to open flash….
My two solutions:
The first solution is a variation on an example from the book I wrote with Rich Shupe: First Solution
The next solution is actually in an old post from this site - it uses setPixel and HSV - RGB conversion: Second Solution
Thanks to everyone who posted solutions so far - I’m surprised again by how many people participate in this format of quiz.