2022-10-12 11:50 AM
Hello,
Is it possible to use bigger pressed button image than released button image? How can I achieve it?
Solved! Go to Solution.
2022-10-13 07:59 AM
Hello heyo,
Your two images needs to have the same size. If you don't have the same image size, you can create a new image with the dimension of your biggest image, paste your small image inside it, and fill the remaining area with transparency.
/Osman
2022-10-13 07:59 AM
Hello heyo,
Your two images needs to have the same size. If you don't have the same image size, you can create a new image with the dimension of your biggest image, paste your small image inside it, and fill the remaining area with transparency.
/Osman
2022-10-13 10:17 AM
Thanks. Maybe do you have example of this?
2022-10-13 11:27 PM
I set button like this:Pressed button shows how I want:
But there is problem. I can't touch "6" button because "9" touch button area goes on "6"
2022-10-14 01:41 AM
Hello heyo,
Then you can restrict your touchable area by inserting your image in a container which is smaller.
Like this:
/Osman
2022-10-14 02:28 AM
Can u share this your project?
2022-10-14 03:14 AM
2022-10-14 03:28 AM
Thank you.
2022-10-14 04:16 AM
@Osman SOYKURT Hello again,
I have another problem. I do everything as you said but this happen:
2022-10-14 04:31 AM
If image size is bigger than container it does not show up. Do you have another solution?