i want to make a sprite follow the mouse
Make a sprite called mouse, then in an on mouse move loop, set its X and Y values to mouse X and Y, then set it relative to camera. Here’s an example project:
2 Likes
thanks