Double-Click him to edit him. Put a stop(); function
on the first frame. Now make frame 2, and animate
him firing a gun...... On the last frame of the animation,
put this in:
gotoAndPlay(1);
Instance the Pico MC: 'pico'
Go to the Main Timeline and make a button. Put this button
in a MC(movie clip). In the first frame add a stop function
and in the second frame delete the button. On the 1st frame
button, put this code in:
on (release) {
_root.gun.gotoAndStop(2);
_root.inv.gotoAndStop(2);
}
Now instance the gun MC 'gun'.
Now make a square...empty square...
on the first frame, Stop(); function!
on the 2nd frame, put a gun picture in the square.
convert the square and the gun in the 2nd frame into a button.
Put this in the button:
on (release) {
_root.pico.gotoAndPlay(2);
}
instance the square 'inv'.
okay!!! we're done!! if you want to put a Shoot out here,
there are plenty in flashkit!
and if you can't do it, remember this...i'm only 11...
just turned 11 last month...
| » Level Basic |
|
Added: 2005-02-28 Rating: 4 Votes: 16 |
| » Author |
| Just a kid not wanting to fit in... |
| » Download |
| Download the files used in this tutorial. |
| Download (13 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!