ID:1443095
 
(See the best response by Ter13.)
Good afternoon guys !

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 :

http://imageshack.us/a/img593/6697/9k2v.png

At this point everything is normal but when i click on the button to change the clothes colors, this happens :

http://imageshack.us/a/img826/5755/nuz7.png

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 :

http://imageshack.us/a/img689/5580/sy86.png


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 !
Best response
You can't set up overlays in a label image. They just aren't meant for that.

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.