Hello,
I'm using "on left button clicked" and "touched on" on a Sprite. My problem is that when I click the mouse or finger (for mobile) does not work well at all, seems to press right in the center of the object.
Is there any way that clicking anywhere on the object work?
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
Use the "on object clicked" or "on object touched" conditions.
Also it depends on the collision polygon of your object (when it is a sprite).
Make sure the polygon is large enough (possibly bounding box).
It's exactly what I use, but not accurately. you have to press in the center of the sprite. Do not you mean "Make sure the polygon is large enough (possibly bounding box)".