I already have the arm with the gun attached to the body and functunating correctly 360. NOW I already made it so that "when player clicks LMB create bullet at .... and then shoot it in the same direction as the weapon. BUT I can only shoot twice and then it doesn't fire again! It continues making the shooting animation but it doesn't shoot anymore bullets!
Can somebody help me?
Please make the full step by step "HOW TO"
THANX
Profile edited as it messed the layout of the site up.
perhaps it's the object limit, it's set to 300 but it can be as high as 10.000 goto the frame editor, right click the frame goto properties -> number object at runtime and type in 10000
Thats not the best solution though, since the objects will keep going up and up until the game becomes unplayable, way before you hit 10000 objects usually
Just add "bullet is getting closer than -20 pixels from a window's edge: destroy bullet". That way you don't even need to increase your max object count(the game will eat up much more memory that way and if there are too many objects it can even end up crashing).