Flash components › Flash files › Flash Effects
Night Star Effect
|
Posted on 2011 May 26 |
Can you change the picture?
Flash components › Flash files › Flash Effects
|
Posted on 2011 May 26 |
Details
Uploaded: 24 May 2009
Opens With: Flash 8 (8+)
Files Included: fla, swf
Size: 236 kb
Action Script: AS2
Resolution: Resizable
Documentation: bad
Keywords: Star, Night star, sparkling effect,
Do you like this file?
Generates All star Randomly in the entire stage or in a specified Area you can simply Add value for _x and _y
this["star"+i]._x = Math.floor(Math.random() * 800);
this["star"+i]._y = Math.floor(Math.random() * 150);
and No. Of star Defiend here
var total:Number = 100;
It's Very easy to add in any project.