Hello
i have 2 Controls (Mouse and Touch) (so you dont have to click with mouse)
for Mouse i want image point 0, for touch image point 2
i tried it with
touch is in touch > player set position to player (image point 2)
but then the player sprite sticks to the bottom
how to fix this ?
Greetings
Ditch the mouse and let touch do both.
Develop games in your browser. Powerful, performant & highly capable.
construct.net/en/forum/construct-2/beginners-questions-19/touch-mouse-clicking-solved-108700
hey thanks for answering.
I want that the player follow the mouse withouth clicking.
when i use only the touch, you have to click
and how to assign image points to this controls ?
don't use image points, just use offset from what would be mouse position
With mouse player position is Mouse.X and Mouse.Y with Touch, set it to Touch.X + or - offset, same for Y position
hey that worked. =)