I've been watching tutorials and searching for help but I am stuck on a few things.
If you could explain in as much detail as possible that'd be awesome and very helpful!
* I'm making a mario-style platformer game *
1. How do I increase the view distance of my character? The view of the screen that is displayed when I am controlling him in game.
2. Whenever I shoot a bullet it erases my previous bullet when I press the shoot key. How can I make it so multiple bullets are on screen at the same time?
3. How do I eliminate an enemy but still show the "death" animation? Currently I have a "wait" command so it shows the death but if I walk into him it still kills me.
4. This is related to the third issue, but how do I kill my character and show the death animation? Right now the death animation shows only when I am standing still. Plus I can still move around for about a second after I die.
Thanks !