Hello, I do not know if anyone suggested this already.
Would it be possible to include the option of checking if a defined area is touching the touch object ?.
I mean, I add the touch object.
I select the "Is in touch zone" event.
Then I define an area where I want to if touch done.
x1 = 16
y1 = 16
x2 = 32
y2 = 32
Defined rectangular area 16 x 16.
Then, without using any object, I check if the player has touched the area that I have defined.
This is to dispense with the sprite objects.