I am doing an application where I need to get the alpha value at the touched position on a sprite. Thanks in Advance
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use this code to retrieve the alpha value:
pColor[3] then contains your alpha value.
You probably will have to combine this with code to check whether your position is inside the sprite’s bounding box. Make sure you get the right coordinates.