Haha, Nomad, Take a break. Everyone feels the exact same way.
Quote: "0) How would u make your actual game 2d instead of 3d "
Forum search this. There is literally a whole part of the forum dedicated to 2d.
Quote: "1) How would u make a 2d sprite (could paint be used)"
Yes. Once again, forum search.
Quote: "2) How would u load it and position it correctly into dbpro"
Look through the 2d section of the code. You know what, I'm even gonna do it for you. It's not that hard. Help --> Command Help --> Commands --> Basic 2d commands. That would be a good start. From commands you should also look at Sound, music, sprites, and animation. Good luck.
Quote: "3) How would u make animations for your sprite (what program and it has to be free) and load them and get the to work when you press say spacekey (so something like if spacekey() = 1 play animation) "
I've never personally done 2d animations before. It might even be possible to do it in DB Pro. Once again, check out the animation commands.
Quote: "4) How would u load sound (for example a gun shooting)"
Check sound commands. Easy stuff.
Quote: "5) How could i make a background for 2d from a picture and load it into dbpro"
That's a question that depends on the scenario. I'd image it wouldn't be that simple once you start adding in sprites and such. Check the Image Commands. Or possibly Sprite Commands.
Quote: "6) How would you load a picture (like a healthbar) into your game, position it, and then get it to go down when your hurt."
You wouldn't load a picture. HUD's and healthbars usually are created within Dark Basic Pro. Once you have one made, you would make it go up and down using variables. If you don't know what a variable is, you are waaaaaay ahead of yourself. Best of luck with your coding.
x-X-x-WrecKKa-x-X-x
Making my way through life one line of code at a time...