is there a way to put touch/cursor at exact position at the beginning of the scene ?
How do you plan to move touch?
Make a target sprite and ask the player to place his finger there.
Hi Strahinja, you didn’t say what you’re trying to achieve with this. So I guessed and based my experiment on you wanting the user to click on a start button which takes them to the game.
I did an experiment of hiding the cursor on game start and having a cursor sprite where I want it to be. I just roughly drew one but you could get a proper cursor pic. The user clicks/touches anywhere but can’t see their cursor. Unless the game was full screen, it felt wrong, so maybe this is not your intended use.
thank you all
no, the problem is,…
I’m working on mobile game
and
when scene changes, touch stays on last position from previous scene, and because of that it clicks on something even if you don’t want it.
Replace the touch/click is pressed with touch/click is released.