Hi, I have a simple problem but I suck at this stuff! I'm new to game programming.
I've already seen tutorials on how to change the cursor sprite when hovering over a certain object (in my case a bean) but I can't get the cursor sprite to change when I'm dragging and only dragging the Bean.
How do I fix this?
And how do I make my cursor sprite change with any clickable object, not just the Bean?
Thanks for any suggestions!
P.S. In the image provided I'm showing what I'm trying to do. I've tried many variations of implementing the part that doesn't work, but haven't found a solution yet.