Pages: 1
Topic closed
I haven't been doing Scratch for almost two months now. (I once attempted to create a Luigi's Mansion game, but the amount of sprites needed was tremendous. SO I abandoned it. Maybe I'll try it another time.) Well, I'm back with a new project in production. However, I need some technical help. How can I program a sprite to constantly follow the cursor? I already know how to get to change costumes, I just need some help to get the custom cursor to follow and ""replace" the real cursor. Can anyone help?
Offline
You can't make a sprite cover the mouse pointer. Although you can do this:
<when green flag clicked>
<forever>
<go to[ mouse pointer
<end>
Offline
Topic closed
Pages: 1