I have a Construct 3 project with a 2D character that includes Idle, Walk, and Run animations for 4 directions (Up, Down, Left, Right). I want to create a joystick for controlling on the touchscreen. The joystick should only appear when the player touches the left side of the screen. Please help me, as I have read many tutorials but still haven’t succeeded.
For the Walk part, I want to set it so that when the character moves for more than 3 seconds, the walk animation is triggered and the movement speed increases.
Thank you !