Oval Overkill
This black and white oval pattern goes along with “Squarshed Squares“.
This black and white oval pattern goes along with “Squarshed Squares“.
Making the transition from drawing circles to drawing ovals is pretty simple but when you need to go from drawing ovals to drawing rotated ovals, you might run into a few problems. This article documents some of the pitfalls I encountered and presents them as a learning experience. If you just want some solid code to draw rotated ovals or twisted ellipses, skip ahead to the end of the article and copy the last block of code. If you think you might gain from my experience then by all means… read on. …
Read More
I know the Adobe’s SWF Player is installed on 99.9% of computers, but what about Adobe Air?
[poll id=”22″]
Drawing an oval or ellipse is about as easy as drawing a circle with ActionScript. When drawing a circle you only need one measurement for the circle’s radius but when drawing an oval you need to provide 2. One for the Width of the oval and one for its Height. But before I get too far ahead, let’s take a look at the basic circle drawing code used to draw a simple circle …
Read More
I must preface this post by stating, “I suck at remembering names.”
So having said that…
I needed an interesting new linear texture so I made this SWF to generate rectangular shapes with the following characteristics:
Getting everything to work the way I wanted was a bit more complicated than I initially expected. The code for the above SWF looks like this: ...
Read More
[poll id=”20″]