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
Hello,
I want to know how to create a single touch joystick that rotates my player to the position it is facing. How can I do this without having dual sticks.
Thanks in advanced.
Does the example in this thread help?
Develop games in your browser. Powerful, performant & highly capable.
Yeh yours is good but I only want the stick to rotate the player not move
It would consist of setting the angle of the player to thumbstick.a degrees
how do i encourparate your program with the rotation
Like I said..
You'd want to set the angle of the sprite to thumbstickstick.a degrees
so:
on touch
thumbstickstick is selected
sprite set angle - thumbstickstick.a
I know that but what I dont know is how to create the thumb stick in the first place
That's why I created my example.
All you need is in my capx right?
Just copy or recreate the events and sprites and it should work..