Hello,
I am making the editor for my game. I want the players to be able to type in a picture file's name, (in a str, using inkey) and have the game load that picture file.
Now, how do I do this?
I have a system now, where I make and define 100 picture files, and they just replace the file with another of the same name, and this works, but is not very easy to use.
I also tried all sorts of combos of bmap* ptrs, creating and removing, etc, but I can't seem to get this to work.
Thanks for all help,