banner ad

Friday, December 28, 2007

Converted Tween Animation Class in AS3 »

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...

Wednesday, December 26, 2007

Dynamic SimpleButton Class »

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

Merry Christmas with an AS3 Snow Storm »

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

AS3 : passing extra arguments to an event handler »

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

Moving to the dark side : slidebar in AS3 »

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

Golden spiral using PHI »

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...