3 Comments
fantero
/ flash & video
3 Comments
Details
Uploaded: 01 July 2010
Opens With: Flash 8 (8+)
Files Included: FLA, SWF, MOZILLA FIREFOX, TTF
Size: 736kb
Action Script: AS2
Resolution: 500x277
Documentation: good
Do you like this file?
~You can change the fireflies size by adding your own value on the code bellow:
onClipEvent (load) {
this._xscale = this._yscale=this._alpha=random (50)+50
targetx = this._x;
targety = this._y;
~ You can change the number of the fireflies, the width and height and the speed by adding your own values on the code bellow:
scene_width = 400;
scene_height = 220;
scene_space = 50;
speed = 0.01;
lingtingNum = 45;