Do you have any comment or questions about kojo file?
Reply to
Please register &
login before you post!
fantero
/ flash & video
Details
Uploaded: 08 March 2010
Opens With: Flash 8 (8+)
Files Included: FLA,SWF
Size: 1.05mb
Action Script: AS2
Resolution: Resizable
Documentation: normal
Keywords:
Do you like this file?
Help:
Write your site name at the beginning of the game:
- select Scene 3,open Actions for the first frame and rename "nameyoursite";
Modify the number of enemies:
- select Scene 1,open Actions for the first frame of layer "Enemy" and modify nrEnemy;
Bonuses delay:
- on scene 1,open Actions for the first frame of layer "bonuses",and for each bonus,in the move function modify the value from "if(timer/timer1/timer2 ==)"
Bonuses speed:
- on scene 1,open Actions for the first frame of layer "bonuses",and for each bonus,in the move function modify the value of "spbonus/spnegbonus/lifebonus._y +="
Ship speed:
- on scene 1,open Actions for the first frame of layer "Ship" and modify shipspeed;
I tried to keep the code simple to be understood by everyone who knows a little AS2.
Have fun!