Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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 ?