I'll try and explain the best I can what I'm looking to do..
So say I have a white sprite, I give it the tint effect and a color '140, 176, 136'
I want to be able to click it and have it's value - rgb(140, 176, 136) stored in a global variable.
Is there anyway to do this?
The reason I want to do it is so I could just refer to a colour as (for example)
Global Number Item_Color = 1
and then the item in question could see the item_color number and associate it with the rgb value that's also stored in a variable rather than have to hand code each rgb value for many sprites I intend to want to be able to customise the color of.
I hope that's explained my question I'd appreciate any advice here