Home | Flash AS3 Tutorials | Flash Animation Tutorials | Store

Flash Rocket Exhaust Flame Effect ActionScript Tutorial

Create flash rocket exhaust flame effect with flash actionscript Pulse Particle System component. The flame emissionl effect is created with Flash.

Please update flash player to view this Flash ActionScript tutorial!

Flash Tutorial Content:

With Flash Pulse Particle System, this is also easy to create a rocket flame emission effect. There should be many similar Flash effect on the Internet. They are usually done with Flash or Flash ActionScript. Actually this interesting Flash flame Effect can be done rather easily with Pulse Particle System with a little ActionScript 3. The ActionScript 3 codes are simply set the flame follow the rocket.

Flash Pulse Particle System Explorer Codes:

Here's the Flash Flame effect code generated from Particle Explorer of Flash Pulse Particle System. Copy the following code to the Config field of Parameter tab Window of your Flash document.

Codes:

{pps:10,width:1, height:1,movement:true, speed:[180.0, 200.0] , angle:[0, 0] , startScale:[1, 1] , gravity:0, fade:1000, scale:[1000, 3.5, 0.1], lifespan:3000}

Parameters Tag of Flash Document:
Particle Parameter

Download Flash Source File:

Flash Source File Just click here to download the source code for this tutorial.

Remarks:

This Flash ActionScript tutorial shows how to create flash flame effect with pulse particle system.