Moohasha
01-11-2005, 08:13 AM
This is for a game, but my actual problem is with images an not the game itself, so I'm posting here.
I'm making a game with pieces for the player to move around, and each piece is to have a number displayed on the piece (like in stratego if you're familiar with it). I don't want to put the numbers directly on the image files, but rather load the images into the program, and apply the numbers in run-time so that in a later development the user can add his/her own images to use as game pieces.
However, I don't want to have to move the game piece image AND the numeric image seperately whenever a piece is moved. Is there a way I can combine the two into one image so I can move both with one easy call?
(on a side note, I'm just using image boxes for the game pieces and moving the image boxes around the board. If anyone has a better method, feel free to share :) )
I'm making a game with pieces for the player to move around, and each piece is to have a number displayed on the piece (like in stratego if you're familiar with it). I don't want to put the numbers directly on the image files, but rather load the images into the program, and apply the numbers in run-time so that in a later development the user can add his/her own images to use as game pieces.
However, I don't want to have to move the game piece image AND the numeric image seperately whenever a piece is moved. Is there a way I can combine the two into one image so I can move both with one easy call?
(on a side note, I'm just using image boxes for the game pieces and moving the image boxes around the board. If anyone has a better method, feel free to share :) )