SoPhased Posted July 22, 2017 Share Posted July 22, 2017 When a tile or position is clicked the character should move to that position. When the user holds the mouse button the character should follow it. I've tried a few different things, mainly moveToXY but it isnt really doing it. Does anyone know of a good way to do this? Its top down btw so need x and y Thanks. Edit: Found the examples! MoveToPointer is good but I would need it without acceleration. Link to comment Share on other sites More sharing options...
QLNEO Posted July 22, 2017 Share Posted July 22, 2017 moveToPointer doesn't appear to have any acceleration, it changes velocity instantaneously. Link to comment Share on other sites More sharing options...
Recommended Posts