Hello,

I'm trying to make a simple top down shooter in swishmax 4. I have a player that is always at the center of the screen and can face in 4 directions. I have a bullet sprite I want to be able to shoot when I click.

I have a mouse listener that plays my "shooting" animation for the player correctly set up, but I can't figure out how to use duplicate sprite to make this "shoot" function work.

Any tips/ideas/examples that are well commented? I've tried looking at a swishinvaders example from http://www.swishresource.com/index.p...ownloads|Games

I couldn't figure out any of hte protoype part for moving the bullet.