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
OK, that's alot of code! Basically, we just set a variable called energy, then we create a movie clip called world. Then we attach alot of movies(the character, the energy, the bullet, etc.) Then we remove a movie clip called gameOverClip. We do this because in the source file, i created a frame called gameOver, that attaches a movie clip called gameOver. The problem with attaching a movie clip is that it doesn't remove itself automatically. You have to remove it at the frame the timeline goes to after the frame where the movie clip is attached. OK, now let's look at the rest of thge code. Basically we just set alot of properties and then we set two variables that we can use to set the character's x and y positions back to where they used to be. Now that we've set all the variables, let's make the function that loads each level.