A few months ago I had released an easing tween class that I wrote in AS2 based on the easing formula posts. The basic principle is to get a clip to move, scale or rotate from point A to B with different movement equations. this is an alternative...
Friday, December 28, 2007
Wednesday, December 26, 2007
In a previous post I mentioned that in AS3 the SimpleButton class had not been defined as dynamic. If you dont use SimpleButton; it's the class that governs the button symbol inside the flash IDE. Every time one places a button on stage...
Monday, December 24, 2007
A Merry Christmas and happy holidays from Refelktions.com | miniml. Since I am spending it in San Francisco this year, I wanted to re-create the oh-so frequent Canadian snow storm and make this Christmas a white one. A glympse of...
Sunday, December 23, 2007
How, can we pass extra arguments to the AS3 event handler? Darron Shall posted this answer... in a nutshell create your own custom event types. In the spirit of keeping things simple, I would argue that that's a time consuming task(except if...
Tuesday, December 18, 2007
I officially decided that time had come to move into a new era of programming, Reflektions | miniml will now switch to AS3. The holidays are here and time has come to start thinking of new year resolutions, and I thought this would be a good...
Thursday, December 13, 2007
There are a few constants in this world. The golden ratio can be expressed as a mathematical constant, usually denoted by the Greek letter (phi). PI = 3.14159265 PHI ~ 1.168 In geometry, a golden spiral is a logarithmic spiral whose...
