limiting touch on transparency for several objects

OK, here’s my question…
I’m doing a character creation screen, where you have several bodies, arms, eyes, etc… to choose in order to create your character. Parts change when you press a button in a menu bar, no problem with that.
To choose color, you tap on each part and it fills with a random color. My problem is that, if you touch near the body part (within its original png file size) it also changes color. I know that maybe i can solve it with masks (can i apply masks to sprite sheets?) but i want to know if there’s any other way.
Should i treat everything with physics? Is there something i’m missing?
Thanks everybody! Great forums and community! [import]uid: 105206 topic_id: 18195 reply_id: 318195[/import]

Limit the size of the transparent area as much as possible is my advice. If you have an arm for example and it’s at an angle you might save it straight then rotate it within the app.

You could also consider doing a transparent circle over the body area rather than using the actual body shape if that seems more fitting?

Peach :slight_smile:

[import]uid: 52491 topic_id: 18195 reply_id: 69650[/import]

Great peach, thanks! I’ll try it out [import]uid: 105206 topic_id: 18195 reply_id: 69713[/import]