This math always come back to me after a certain of time and take me 5 – 10 minutes to think or look around the correct one. So I write this down for myself and others for save time to look around.
radians = degrees * Math.PI / 180
degrees = radians * 180 / Math.PI
P.S.
360 degrees = 2 * Math.PI (radian)
by admin on November 20, 2008
After have some fun with the first version then I’ve update some math and fine tune some attributes to allow more leaf to be able to render. Next version expect to do something more random and closer to nature.

This version can increase the number of leaf to 60 and able to decrease down to 10. But sorry for auto repeat for increase and decrease button. I’ll add in next version if the next version is happen.
by admin on November 19, 2008
This experimental in the night is so fun but right now I’m feeling so sleepy, gotta go sleep and will play more with this one later.

The spiral shape is scaling by using “Fibonacci” number and all animation use TweenMax.
by admin on November 14, 2008
Winter has come in Bangkok now so let’s create a little camp fire to keep warm
You can add more fire power by using the top right slider bar but be careful the more fire power the more cpu consumption need. (but I think it is not too bad for AS3 and new flash player to handle it nowadays)

This one write with AS3 which generate each fire element and draw each pixel to the stage real time.
I’m sorry for the source code for now, my blog still not render the code nicely, I’ll find around to set it to show the code better and will post the code of how it work again. By the way, hopefully this dump fire make you guy feel warmer in this winter. (at least from the cpu temperature that going up during run this camp fire)
by admin on November 12, 2008
Wooo hoo!!! At last my official blog is born after postponed the site update so many time. So now I have at blog and have nothing to say that I don’t have any space for share and note. Feel great for the start and expect to blog more from now on.
so now let’s say good bye to the under construction screen. :~)

by admin on November 10, 2008