Can I use overlay textures like bullet holes with corona? [import]uid: 74852 topic_id: 12735 reply_id: 312735[/import]
yes, you can layer images over each other with a transparent backdrop or transparency.
cheers,
?
[import]uid: 3826 topic_id: 12735 reply_id: 46774[/import]
If by “texture” you mean simply using alpha and overlaying an image onto another, then yes.
If you mean actual access to texture data, no.
Regards,
Andreas Ricci
NuPlay Entertainment
Founder & Lead Developer [import]uid: 7366 topic_id: 12735 reply_id: 46776[/import]
Thanks for the answers.
But how do you do it? Place an alpha image simply on the same coordinates than the underlaying image?
Or is it possible to add it to an existing sprite, like:
[lua]underlayingSprite.add(OverlayingImage)[/lua] [import]uid: 74852 topic_id: 12735 reply_id: 46783[/import]