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
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. ...
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...
You can download my flashbelt lecture files here.
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
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...
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
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...
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 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...