Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
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.