Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
We are practically done now! All we have left to do is the variable initiation in Frame 1, so go to frame 1, and insert the following actionscript there.
delay = 6; //set to 6 instead of 30 to prevent a long delay upon loading the flash program.
ballsOnScreen = new Array();
boxesOnScreen = new Array();
numBalls = 0;
numBoxes = 0;
x = 1;