SirLudwik Posted December 30, 2017 Share Posted December 30, 2017 Hello everyone, I'm just making game/app that will check personality and skills of the kids, before they choose their carrier path in life. I have problem with hit area. In web browser everything works properly but when I run my app on mobile device, every sprite is scalling ok, but when I want to click on it I have to click a little bit below and in the right. It looks like sprite change position on the screen after scalling down but hit areas stay in their old positions. Either pixelPerfect = true and false doesn't work. Have you any ideas what is wrong? I'm not including code 'cause whole project is too big now to put everything here, it'll be not clear and won't gave you guys clue what's going on. If that'll be necessery I can try to compress it to some pseudo code or something. And happy new year everyone! Link to comment Share on other sites More sharing options...
samme Posted January 2, 2018 Share Posted January 2, 2018 First use debug.pointer to verify where the pointer actually is: debug/debug input. Link to comment Share on other sites More sharing options...
Recommended Posts