—-—-—-—-—-—-—-—-LOGO Animation-—-—-—-—-—-—-—-—
This is a cool particle system and it can be applied on any movie. There are two versions in the as3 package,”background” and “noBackground”. And a “background” version in the as2 package.
The background version allows you to add the logo animation on the top of any background,but this version has no glow effect. The noBackground version will always show a black background,but this version has the glow effect.
Features:
support any logo;
aotu center align;
easy to edit;
easy to use without actionscript knowledge;
as2 and as3 supported;
Here is the as3 version usage:
1.put the two actionscript files and your fla file at the same directory
2.open your fla document,and drags your movieclip on the stage,then give it a instance name,assumed the name is “logo”.
3.add the following code on your frame:
var pixelLogo:Main;
pixelLogo = new Main(logo);
addChild(pixelLogo);
pixelLogo.init();
you can find above code in the “sample.fla” file,main timeline,first frame.
4.test movie,It’s ok now.
Here is the as2 version usage:
1.put the two actionscript files and your fla file at the same directory
2.copy the “MainMC” and “YourLogoMC” from sample.fla library to your fla file library
3.drag the “MainMC” from the library to the stage
4.replace the content in the “YourLogoMC” with yours
5.test movie,It’s ok now
An help file is included ,it can help you to use my files in your fla document.
Large images or non-transparent images are not appropriate for this file,especially in the as2 version. Thanks for your browse! And,if you like it,please rating it.
