Here’s another effect using AS3 to make fog with source files below.
View: http://bishport.com/fog.html
Source: zip
{ 5 comments }
Posts tagged as:
Here’s another effect using AS3 to make fog with source files below.
View: http://bishport.com/fog.html
Source: zip
{ 5 comments }
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 }
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 }