Create a movieclip of animation like a bullet going from the bottom of the screen to the top. The first frame should be empty adn the animation should stsrt from the 2nd frame. give a stop(); action in the first frame. Then give it an instance name "bullet". Now create a button of your wish and style. select the button and give the script as on(release){bullet.gotoAndPlay(2);}
This is a simple animation. And other things depends on your creativity. You can refer www.flashkit.com or www.actionscript.org for more details on actionscript and animations
Bookmarks