banner ad

Saturday, June 21, 2008

Light effect v6 »

I used the bitmapData draw method to take snapshots of the light.  In essece, I am converting the effect into a bitmap image. This results in decreasing the amount of total vectors on stage (sine they are being drawn through the drawing API) and...

Monday, June 16, 2008

Light effect v5 »

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

Thursday, June 12, 2008

Light effect v4 »

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

Wednesday, June 11, 2008

Light effect v3 »

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

Monday, June 09, 2008

Flashbelt 08 lecture code and swf »

You can download my flashbelt lecture files here.