by arcreamer » Tue Aug 14, 2007 2:42 pm
im not sure what u mean by stages but i can help u out with the shooting, first draw a bullet in whatever u make ur animations in, then add actor and add the bullet animation then on your player add a key down event for whatever key u want to shoot and click repeat disable; then click on create actor from the keydown event and click on the bullet actor under the list of actors. Then click ok on that little window and then go the your bullet actor's profile or whatever and add a event called create actor and click on script editor and type "yvelocity=+ for down, - for up, xyvelocity+ for right, and xvelocity- for left and then type yvelocity/xvelocity/ (whichever way u want to go) and type +=17;/ -=17;
and there now that should do it!