Games Translucent sprite

developer_123

Active Member
Licensed User
Longtime User
Hello everyone!!! I need the Sprite of an object created in the Tiled to be translucent, so that the objects behind it can be seen with a semi-transparent effect. I've already tried using a translucent sprite directly from creating the image file itself in a bitmap editor. The transparency that I gave the image when creating the PNG file was 30%, and when I put it as a Sprite for my character, it only looks translucent in relation to the background image view (this time I am creating a background using ivbackground ). The drawback is that I can't create the translucent effect with the other objects in the Tiled, all the objects created in the Tiled just look solid.

I appreciate any idea!
 

developer_123

Active Member
Licensed User
Longtime User
Thank you Erel for your answer. I have a doubt. If drawn graphics are discarded, then why does the translucent effect work with respect to the ImagView behind the objects? Is there a way to achieve this effect between Tiled elements?
 
Top