Hi...
I'm sorry if it's a stupid question, but I couldn't find anywhere how to get the coordinate from the Touch object.
Like the coordinate of the mouse cursor...
I'm sure it's there... but where ?
Develop games in your browser. Powerful, performant & highly capable.
It has X and Y expressions just like the Mouse object. e.g. Mouse.X and Touch.X. It should show up in the floating expressions panel like it does with Mouse as well.