Hi,
I would like my sprite to move to a particular touched position on screen.Is it by adding on Touch start--->Sprite--->set 8 direction enabled.
Develop games in your browser. Powerful, performant & highly capable.
Check for the "Moving object" section in the how do I FAQ and replace the mouse object by the touch object.
The logic is the same, only the control changes.
As shown in the example Automated Movement.capx i should set initially as Touch --->On touch Start--->System:Set targetx to Touch.X or OnTouch.X or some other parameters ?