Flash 8 Tutorial: Fire effect
I find that many people want to make a fire effect with the new filters in Flash 8.
I have written a tutorial about my way of creating this effect. My way is quite simple and the effect is realistic enough, altho it maybe a bit CPU intensive. Anyway I hope this can be a useful one .
Basically you can use the same principal and write it in AS 3. If people think it is good and the response is good, I will write one in AS 3 later.
[…] https://betaruce.com/blog/?p=127 […]
Pingback by flash blog of betaruce»Blog Archive » Flash 8 Fire effect — December 4, 2006 @ 9:28 pmHey betaruce.
Awesome effect. And checked out your work, which is all awesome too. With your permission I’d like to try doing this in AS3 myself
regards
Comment by Dazzer — December 28, 2006 @ 5:46 pmDazzer
dLabs - Flash AS3 Blog
Sorry for the double post above, don’t know what happened. I got the verification screen, then pressed back to add a signature, and submitted again.
I have tried doing it in AS3, and while I can say your method works, I cannot get a favourable effect.
The things you need to change
1) I don’t see the use of pushing 5 points into the array, when it could have easily been done with this since we only use 2 octaves.
a = new Array(new Point(), new Point());
2) _xscale and _yscale is now .scaleX and .scaleY
furthermore, they don’t work in absolutely value, but in multipliers so instead of 300, you have to use 3.
3) the scaleX and scaleY properties of the DisplacementMapFilter seems to have changed. I had to change the values from 3 to about 15 before I had any noticable effects.
That should be about all that needs changing. The rest works fine!
Thanks for the tutorial
regards
Comment by Dazzer — December 28, 2006 @ 9:59 pmDazzer
dLabs - Flash AS3 Blog
thanks for your comments
Comment by betaruce — December 29, 2006 @ 12:02 amNice work
Comment by cgshelf — April 6, 2007 @ 8:07 pmthanks a lot for your tutorial.
Comment by patrick mantout — May 8, 2007 @ 2:49 amYou can see my tutorial in AS3 here
blog/?p=22
Thanks for your tutorial!
Comment by Mobile — May 9, 2007 @ 5:01 am