Currently i'm making a Character Creation menu for my game, and for show the images i'm using labels. But i'm having some troubles with the buttons who changes de clothes colors, hairstyles and hair colors.
Here is the example :
At this point everything is normal but when i click on the button to change the clothes colors, this happens :
I have tried everything I know to do an "overlay" in a label image but i can't get any working result.
I also have uploaded an image of how it should be :
If any of you know how to do this please leave a comment here.
I don't want the code just the direction of how can i do this.
Thanks !
I'd strongly recommend using a map control for what you are doing, and simply adding screen objects to the secondary map control by setting their screen_loc to "map_control_name:x:px,y:py"
Protip: You don't have to use the x:px format for screen objects anymore. It might actually be easier to just use the 1:px format, and just use the pixel_x offset instead for values larger than your tile size.