Posts under "Flash"

A simple navigation example with Robotlegs

By Jonathan on November 25, 2011

Hey all! I know things have been a bit slow in here, (jezz haven’t posted anything in about 2 months!) but I’ve been very busy doing work and playing with some new stuff. Will post details on allĀ thoseĀ things pretty soon ;) In the meantime I’ve been (for some time now) trying to create a standard [...]

Posted in Flash | 2 Responses »

Square Rotation with Friction

By Jonathan on September 22, 2011

Here’s another little snippet of animation with AS3, this one is a square that starts rotating by itself, then with a click on the stage you can see it stop gradually, as if friction is being applied to it. Most like rotating a wheel of fortune wheel. Is an example practice of dynamic animation with [...]

Posted in Flash | Leave a Response

Nice effect with a Sine Wave

By Jonathan on September 10, 2011

Lately, I’ve been playing with some Math functions in AS3, especially with Math.cos() and Math.sin(), and while experimenting a little bit with them, created a nice little optical effect using a Sine Wave. Is really nice to find some discoveries now and then. You can see the code below, and you can see it in [...]

Posted in Flash | Leave a Response

Positive or negative random number?

By Jonathan on August 30, 2011

This generates a random number for x or y. Crazy isn’t? Tell me about it.

Posted in Flash | Leave a Response

Simple JSON decoding in AS3

By Jonathan on May 24, 2011

This is a quick and dirty example on JSON decoding in AS3, using Adobe’s AS3 core library: https://github.com/mikechambers/as3corelib And here’s the JSON file that is being loaded

Posted in Flash, JavaScript | Leave a Response