QLNEO Posted October 27, 2017 Share Posted October 27, 2017 I want to drag a sprite with the pointer being clicked anywhere on the screen, having the sprite move relative to the pointer when it's pressed down. enableDrag() only lets me drag the sprite when I click on it first, so any ideas on how to achieve that? Link to comment Share on other sites More sharing options...
samid737 Posted October 27, 2017 Share Posted October 27, 2017 If you're targeting one sprite, A simple speed check might do the trick: Link to comment Share on other sites More sharing options...
Recommended Posts