I am making a c# level editor and it is a bit out of my league but it should be good to learn oop algorithems.
I have only just started and have already come across a problem. ** I need to load images as sprites and then create a button with the image on and the button's text being the images name. **The button will then call a diolog box which will contain a load of check boxes about which premade methods the sprite will use. All the information: checkboxes, name, image will later be compiled down to a class and used in level editor which will then convert the level into a class file.
The part I need the help with is the bit in blod.
I know im a noob but im only a young teenager and I really want to be a programmer or game developer.