Posts tagged as:

Flash

Realistic Fog/Smoke Effect

by Jon Bishop on March 13, 2008

in Actionscript 3.0, Flash, Free, Web Development

Here’s another effect using AS3 to make fog with source files below.

View: http://bishport.com/fog.html
Source: zip

{ 5 comments }

Realistic Flame Effect

by Jon Bishop on March 11, 2008

in Actionscript 3.0, Flash, Free, Web Development

This is my first attempt at creating a realistic flame effect in Actionscript 3.0 so be gentle.

View: http://bishport.com/flame3.html
Source: zip

{ 4 comments }

5 Cool Flash Tricks

by Jon Bishop on September 20, 2007

in Flash

These are some of my favorite tricks Ive learned throughout the years in flash. Granted Ive never had a use for some of them and others only kinda half work. Nonetheless i think they’re pretty cool do here it goes.
1)Right Click:

<pre><strong>this</strong>.onEnterFrame <span>=</span> function()<span><strong>{</strong></span>

<strong>if</strong> (ASnative(<span style="color: #ff0000;">800</span>, <span style="color: #ff0000;">2</span>)(<span style="color: #ff0000;">1</span>))<span><strong>{</strong></span>

<span style="color: #444444;">/// Right click [...]

{ 0 comments }