How do i make level and starting the game
Posted:
Tue Aug 14, 2007 1:34 pm
by Spidy
i am new in this forum i am making the game its 10% complete but i cant make the stages
and i dont know how i make my char will shoot the enemy sorry bad eng
Posted:
Tue Aug 14, 2007 2:42 pm
by arcreamer
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!
Posted:
Tue Aug 14, 2007 5:43 pm
by Spidy
i mean title screen i make a level1 but i start the game the game directly start in level1 how do i make title screen