Acrobat animation with Fermat spiral

This is another little experiment I whipped up using Fermat’s spiral formula. It takes the the Acrobat logo and uses it to create some flower effects. Click on the image below to download a ZIP file including the FLA and SWF file. It chugs a little in the browser so it’s better to view it in the standalone player.

Lee

Comments

  1. shawn
    October 22nd, 2008 | 12:40 pm

    that makes me want to get my virtual boy out..

  2. October 22nd, 2008 | 12:46 pm

    That is really cool in how it takes on those dimensions. Playing with things like this is a lot of fun.

  3. lauren
    October 22nd, 2008 | 1:49 pm

    Can’t see it without your utils

  4. October 22nd, 2008 | 3:13 pm

    Hi Lee,

    nice work, can we expect to see you presenting a lot of this examples in the OFFF 2009 Festival???? why not? LOL

    i´m already seeing the perfect panel: Lee Brimelow, Erick Natzke and Craig Swan, can join Joshua Davies to, why not, lol

    Hope to see you some day in Lisbon?

    Joao

  5. October 23rd, 2008 | 1:23 am

    Hi Lee,

    Nice work. Looks great. There’s only one question i have about the script. It seem to me that when var a equals 0, the poly scaleX and scaleY are “-Infinity”, and flash draws a stage size black rectangle with some alpha. I just can’t figure out where this comes from. Can you give me some more details about this?

    Sander

    BTW, @Lauren: if you can’t see it without the utils, change these lines:

    - remove the import
    - var xp:Number = (Math.random() * 750) + 10;
    - var yp:Number = (Math.random() * 560) + 10;
    - xp = (Math.random() * 750) + 20;
    - yp = (Math.random() * 560) + 20;
    - ainc = (Math.random() * 2.5 ) +0.5;

  6. Jacky
    October 23rd, 2008 | 4:48 am

    Wow! Really nice and only 2.38k.

    You’re as clever as a brain pie!

  7. noj
    October 23rd, 2008 | 5:45 am

    haha, Give some crazy coders like lee, some time, and they are going to make flash a “processing” killer.

    come on Adobe, give us a “openGLSprite” class, where we can do crazy art.

  8. October 23rd, 2008 | 7:26 am

    Thanks for this … it’s trippy !

  9. October 23rd, 2008 | 1:33 pm

    [...] kinds of effects. The video below is something I did in about half an hour using the animation from this post. How did I do it? Well that is the topic for my next tutorial at [...]

  10. October 24th, 2008 | 7:42 am

    [...] > The Flash Blog » Acrobat animation with Fermat spiral [...]

Leave a reply