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
Now that we have the code in palce, a little explination is required I beleive :
onClipEvent(load){
speedx += 5;
speedy += 5;
}
This part creates the speed variables that our movie will use. You dont have to use variables, but it makes it easier to update the movie if you only need to change something once.