Hello friends
I want to ask about Touch.XAt(Self.Id)
(Multi-touch case)
Can you add this to the selected layer or not,
Normally Touch.X("Control")
could this be Touch.XAt(Self.Id, "Control")
Develop games in your browser. Powerful, performant & highly capable.
Touch.XAt(index, layer) - is for touch index.
Touch.XForID(ID, layer) - is for touch ID.