Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
How to make a Pico's School-like game
Author: Paco Bell
| Website: www.geocities.com/romfus/ |
Open up flash... Now make your 'Pico' character.
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: 3.63 Votes: 16
Hits: 880
|
| » Author |
|
Just a kid not wanting to fit in...
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (13 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|