This how to make a sprite smoothly follow the mouse The project shows the final version. Note: I am not the greatest at describing code, so you can look inside the project, it's easier. Steps: 1. get a sprite you want to follow the mouse 2. get a when green flag clicked block 3. put a forever loop under it 4. Get a point towards block and put in the forever loop 5. get a move () steps block and put in the forever loop 6. Put Distance from mouse divided by 10 in the move steps input. and there you have it! smooth Following. Here are some things you can change: You can change the divisor (the higher the slower!) You can change the rotation style
I made everything by myself Tags: #Help #Code #Mouse #Smooth #Following