Fullasagoog

Show all feed information | Ping Blog Update

Light effect v5 4 years ago

Using a similar light effect script as the one posted on light effect v4, I created 5 points and made sure the line effect traveled between all 5 points. I also included a speed variable to control the speed of the animation. Due to the transparency

Light effect v4 4 years ago

In the following example, I am using a similar light effect script as the one posted yesterday, In this example I blurred the generated drawing API lines. To get my script to go from point A to B, I am interpolating between 0 and 1. ...

Light effect v3 4 years ago

In the following example, I am using a similar light effect script as the one posted a few months ago, although I decided to make it choose random points on stage and move from one point to another. To get my script to go from point...

Flashbelt 08 lecture code and swf 4 years ago

You can download my flashbelt lecture files here.

Inexperience wanted 4 years ago

The company where I currently work : Blast Radius is currently looking for talented people to join our San Francisco office and work alongside me– specifically, killer CSS gurus, masters of hand-coded CSS and JavaScript, Flash/Actionscript programme

FlashBelt 2008 4 years ago

The speaker lineup is as good as it gets, the topics are even more interesting, a nice blend of creative & technical, all good reasons to attend this years flashbelt conference taking place in Minneapolis. I would love to get in touch...

Placing Buttons through getPixel 4 years ago

Often while working on dynamic flash websites, I get confronted with the challenge of placing multiple interactive items on top of an image. (think of it as a Ferrari with roll over popup zoom and detail buttons). Since it's dynamic, x/y coordinates

Reflektion | Miniml source code CD upgrade 4 years ago

The Reflektions Miniml CD was due for an upgrade. In the past months, I was hard at work exploring a bunch of new AS3 experiments, new frameworks (Flex) and compiler options (MXMLC) for swf creation. The CD upgrade features all of this great work...

Accordion Menu in AS3 v2 4 years ago

My second take on the accordion collapsible menu in AS3. This time around I eliminated the function responsible for animating the grow/reduce easing and relied on my custom AS3 easing class written based on the easing formula posts. This way I get...

Accordion Menu in AS3 v1 4 years ago

Accordion collapsible menu in AS3. This experiments is a rewrite of the version I had done using the Adobe Flash 9 public alpha. I based the AS3 code on the collapsible menu v2 post. In this example I rewrote a function for the tween...