Flash 8 Fire Effect

Flash 8 Fire Effect thumbnail
A fire effect in flash

Fire effect is created using a particle fire effect in Macromedia flash. Multiple instances of this particle are then attached onto the stage, the main white working area in the middle. The particle is an animation that plays over and over again, and it disappears as it rises.

  1. The Flame Particle

    • This is created using the Oval tool and made into a movie clip. The shape is circular.

    The Flame Color

    • This is a radial color fill that forms a circular color pattern extending from the center out to the borders to depict a real flame color. Yellow occupies the middle and dark red on the edges which fade seamlessly.

    Animation

    • The circle is converted into a movie clip symbol and moved up on the timeline (the area located above the stage with many small bars) and made to fade out as it moves up.

    ActionScript

    • The movie clip is linked from the Library, located on the right of the stage, using the “Identifier” property and attached on stage using the ActionScript lines of code below:<br /><br />This.createEmptyMovieClip (“holder_mc”, this.getNextHighestDepth())<br />GO<br /><br />For (i=0; i<100;i++){<br /> var t:MovieClip = holder_mc.attachMovie (“fire”,”fire” +i, holder_mc.getNextHighestDepth())<br />GO<br /> t._y = 350<br />GO<br /> t._x = Math.random() *60 + (Sage.width/2-30)<br />GO<br /> t._xscale = t.yscale = Math.random()*80+20<br />GO<br /> t.gotoAndPlay (Math.ceil (Math.random()*16))<br />GO<br />}

    Randomizing Effect

    • This is done by adding more instances of the particle, randomizing the particle rotations or making a gray background to look like smoke.

Related Searches:

References

Resources

  • Photo Credit Photos.com/Photos.com/Getty Images

Comments

You May Also Like

  • Fire Stage Effects

    Fire Stage Effects. For some stage performances, fires, or the appearance of fires, are needed. Whether the illusion is of campfires, wizards...

  • How to Make an Animated Fire Effect in Photoshop

    Photoshop is a fun and productive software that allows users to alter images to their liking. One effect in Photoshop is the...

  • How to Make Smoke Effect in Flash 8

    Flash videos are found throughout the Internet because they are designed to use very few computer and network resources. A Flash video...

  • Tuturial for the Hologram Effect in Flash 8

    Adobe is known for its graphic viewing, editing and interface systems, and Adobe Flash 8 brings even more accessibility to the process....

  • How to Make a Button in Flash 8

    Originally created by Macromedia, and now maintained by Adobe Systems, Flash is one of the world's most widely used multimedia development platforms....

  • How to Create a Particle Effect in Flash

    Select the third frame from the timeline menu panel and press "F6" on the keyboard. Next press "F9" to open the script...

  • Flash 8 Glow Tutorial

    The glow effect available in the filter options of Flash 8 adds a highly customized look to text and movie clip objects....

  • Flash Pro 8 Effects

    Flash Pro 8 Effects. Flash 8 Professional is an animation software package. You can use it to create animations, games and interactive...

  • Stage Flame Effects

    In most theatrical settings, open flames are prohibited according to strict fire regulations. You can, however, create the effect of fire by...

  • How to Make Flash Animation With Macromedia Flash

    You can use Macromedia Flash to create almost any animation. In order to do that, you will need to have some knowledge...

  • Tutorial for Flash Professional 8

    Adobe Flash Professional 8 allows a user to create and deliver rich interactive content. Benefits of the software include intuitive typography, unrivaled...

  • How to Make Magician's Flash Paper

    Flash paper is an essential component in any illusionist's bag of tricks. Unlike ordinary paper, which burns relatively slowly and leaves dingy...

  • How to Create a Vapor Effect in Flash CS3

    Flash CS3 is an animation program that is developed by Adobe. This is the same company that makes other popular software such...

  • How to text turn different colours using Flash

    Create a layer named "Colour/Effect". Now to create the effect for your text. Click the rectangle tool(R), make sure you have outline...

  • Definition of Macromedia Flash

    Macromedia Flash is a multimedia platform that is used to create stand-alone and web animations and applications that are interactive. Flash content...

Related Ads

Featured