Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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.
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.
Develop games in your browser. Powerful, performant & highly capable.
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 ?