Problem with creating sprites (Mouse button was released)



Why if I click with the left mouse button, the sprite is not created in the exact position where I click, but is created a little far from where I clicked?

sprites are created at their origin point. open your sprite and check its origin point.
if you want your sprite appear right in the middle of the click, you need to change the origin point of your sprite to the center.

Hi try to move the origin point and center point to the most top left of your sprite then try again.

I followed @Slash 's help, thanks anyway.

Thanks for the help @Slash .