[Sort of Resolved] Picture Splitting
Say if i wanted to split a picture up into an array, every 32x32 pixels is a index of the array.
So like i could say i want index 1 to go here... then index 2 to go here and so on. I have no idea how to do this and no idea where to start.
For an assignment i have to create a basic 2D game and i decided that this would be the best way to do so (since loading an array of picture boxes uses up alot of memory). If there is a better way then please tell me.
I need to have mouse control (so the mouse knows which square in the map it's clicking on, not tile from the picture file).
The ability to have the map move (so you can explore)
Keyboard inputs.
The rest i will figure out myself, but if you generous you will tell me them :bigyello: .
I really only can't figure out how to split the pictures up!
Thanks.