1. Flash Animation: Character Shading

    Posted on: September 19, 2008

    Adding some shading to characters and objects is a good way to add some depth to your flash animations. The following tip may be an obvious one, but if it’s new to you it may be one of the handiest tips you ever get.

    (more…)

  2. Subway’s at Night

    Posted on:

    I smell oranges.
    This can only mean one thing.

    Tigers.
    Large cats that hunt by night.
    It worries me, but I can’t do anything.

    I am a bird.


  3. Javascript: Get variables from querystring

    Posted on:

    Problem:

    You need to grab some information from the querystring of a URL using only javascript.

    Solution:

    Use some code I found!
    (more…)

  4. Save images from Flash to your server using ASP.NET webservices

    Posted on: September 11, 2008

    Problem:

    You want to save an image from Flash to a server using Actionscript 3.0 and ASP.NET.

    Solution:

    Read this article!
    (more…)