I need to set a labels position to the location of a click

Is there any way to set the location of a label to the position of where you clicked on the screen? I am working on a cookie clicker like game and I’d like to show the amount of currency gained when clicking at the spot I clicked. Anyway to do that?

I believe you can do that with a Canvas Label. There’s some discussion about how to move a sprite to the clicked/tapped position here and I think it might also apply to canvas labels:

2 Likes