Funnell that is a good point
so I was trying to change the opacity of a sprite so I could layer it over top of the background while still being ab;e to partially see through my sprite so it blends with the background.
I looked for functions directly using the word Opaque/Opacity but found none and then I stumbled upon this:
SetSpriteColorAlpha(sprite_id, color_value)
which seems to give me the disired effect of making my sprite somewhat "see through" , so im glad I stumbled across it and maybe this could help someone else aswell
Native Technology