Hi, i was looking in the forum for a good analog input for touchscreen but they were over complicated or have events that eventually bugs other inputs and layouts so i had this idea that worked fine and wanted to share
It's not a great discover but for newbies like me could save a lot of time.
First draw or get a pad sprite like this
Then cut it in 4 like this
You will get 4 pieces like this
Now give 8dir behavior to your character and create the events
On touch of each image -> simulate respective direction
In the layout use the first image as a mask and then put the rest togheter overlaping.
When you touch each button if you swipe your finger around it, it will work as a analog pad (kind of), it only use 4 events and has fast response to touch.
Hope you it helps someone! (i deleted this post last time because images were not showing, now i'm using imgur if it doesnt work please advice me)