Hello, I am quiet new to javascript and, in particular, to the phaser-framework. I would like to develop a time management game where the token has to move to a certain point on the screen. This movement as well as the destination should be determined by a mouse click (not holding down, just a single click). My initial guess was to use moveToXY. However, I have not been able to start the movement of the sprite, when the player marks a destination on the screen by clicking on it. I have just been able to make the sprite following the pointer. I hope I did a sufficient search and did not miss an answer. Many thanks in advance for your help!