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.
3. Making the shooting cursor: ok, first, draw you gun cursor. convert the cursor to a movie-clip. Go into the movie-clip, and on the first frame put this action in:
stop();
make a new keyframe. in the new keyframe, make the cursor different, because this frame plays when you click. get out of the cursor's properties, and put these actions in the cursor:
Now make a big square, that fills the entire stage, and convert it to a button. in the button, dont have anything in the keyframes except for the hit (which is the square). Get out of that buttons properties, and put these actions in the square:
on (release) { _root.gun.gotoAndPlay(2); }
Make this big stage button on the layer under the enemy.