I have a sprite where you click on it and it does some pre-made actions. The thing is that the area in which the mouse recognize the sprite to click on is so much smaller than the actual size of it. Is this a bug?
Have a look at the collision box of the sprite. It's what registers clicks and such but it might be smaller than the sprite itself. You can find it by opening the animations editor, and selecting the collision box tool (last tool on the list)
Develop games in your browser. Powerful, performant & highly capable.
Thank you so much! I got it to work!