Laurens, I love the new graphics, I will use the new ones in my next version and i will include the new blocks. I was wondering if you could make a couple images for powerups, they should be circular and about the same size as the ball about 10X10 but ill take to about 15X15 i guess. There should be fire(gun), ultra(w/e you want to call it when the ball turns to green(or some color) and goes through blocks without bouncing off), paddle extend, and paddle shrink.
Also about your level editor, when it gives you the code for the level if you could change this-level#- to -level1-(since it will always be level1), and if you feel like it make it check what row the last block is on and just give code up to that line. Also if you feel like it to make it easier on people make it give this code
Code:
case #: columns=(whatever the last row number with blocks is);
break;
I would really appreciate it, again you dont have to. Thanks for your help with this game.
mediatech, open up my project click ctrl+f to open the find dialog change the "look in" menu to "Current Project" and find "Color.Black" without the quotes. Then just replace it with "Color.(whatever color you want)" without the quotes, make sure its Color with a capital "C", also so you dont mess anything else up just change the color for places where it says "batch.DrawString" and not "batch.Draw", so i guess you could jsut look for "batch.DrawString" and then look in that line to where it says "Color.Black". Hope that helps, if you need anything clarified just ask.