Squarshed Squares
I needed an interesting new linear texture so I made this SWF to generate rectangular shapes with the following characteristics:
- All corners of each rectangular shape align on a single “X” pattern.
- The “X” crosses through the center of an invisible rectangle with 90 degree corners.
- The 90 degree corners are each located at the middle of their respective corner areas.
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