tesseract36
Programmer
- Feb 13, 2007
- 2
Im trying to make a 2d game and i was just going to use a fair amount of sprites and tiles for it, but I have just changed to C# in visual studio 2005 and am not sure how this can best be done.
In sort im trying to make a 16 tile by 16 tile board of images that i have imported into resources, there all bmps if it makes a differance.. The ideas i have tryed are making a multi dimentional array pictureBox's and an ArrayList, but neither have worked some error about how PictureBox's cant be an array, pls any tips would help, and im semi new to C# and not vary good with the complex stuff yet
In sort im trying to make a 16 tile by 16 tile board of images that i have imported into resources, there all bmps if it makes a differance.. The ideas i have tryed are making a multi dimentional array pictureBox's and an ArrayList, but neither have worked some error about how PictureBox's cant be an array, pls any tips would help, and im semi new to C# and not vary good with the complex stuff yet