Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » sprite won't follow mouse pointer
- BSSCodeClub1
-
1 post
sprite won't follow mouse pointer
My Code Clubbers are having problems with trying to get our boat sprite following the mouse pointer. The boat moves in a straight line and totally ignores the mouse pointer. Here is the script we are using:
when green flag clicked
point in direction ( 0)
go to x: (-190) y: (-150)
forever
point towards
move (1) steps
end
We can't see what we are doing wrong. Any ideas?
when green flag clicked
point in direction ( 0)
go to x: (-190) y: (-150)
forever
point towards
move (1) steps
end
We can't see what we are doing wrong. Any ideas?
- drmcw
-
1000+ posts
sprite won't follow mouse pointer
There is a known problem in Scratch with the
block; to fix it just reselect mouse-pointer from the block's drop down menu.
- HCC_Man
-
10 posts
sprite won't follow mouse pointer
BSSCodeClub can u send me the game and ill look at the code
- drmcw
-
1000+ posts
sprite won't follow mouse pointer
Here you go BSSCodeClub can u send me the game and ill look at the codehttps://scratch.mit.edu/projects/120077769/ you cans ee the bug in action and fix as suggested if you like

- HCC_Man
-
10 posts
sprite won't follow mouse pointer
all i did was click the mouse pointer and reselected mouse pointer and then it was working
(remember to save it if it works)
(remember to save it if it works)
- cs1922313
-
1 post
sprite won't follow mouse pointer
I'm having a problem with my sprite following the mouse pointer. it's following it but the mouse pointer needs to be far away from the sprite for it to move. I'm bad at explaining things so if you need me to say it again let me know.
- deck26
-
1000+ posts
sprite won't follow mouse pointer
Please create your own new topic rather than necroposting and share the project. I'm having a problem with my sprite following the mouse pointer. it's following it but the mouse pointer needs to be far away from the sprite for it to move. I'm bad at explaining things so if you need me to say it again let me know.
Last edited by deck26 (Nov. 20, 2018 10:48:33)
- ijstannes
-
9 posts
sprite won't follow mouse pointer
Hello there I found out the way to stop this problem here it is
Last edited by ijstannes (Jan. 11, 2019 08:23:45)
- allison_dandar_cnhm
-
1 post
sprite won't follow mouse pointer
My problem is, the sprite is centered and right side up, and it is following my sprite withit's butt towards me, not it's head. Any help?
- Anonymous1212144
-
100+ posts
sprite won't follow mouse pointer
Flip the sprite around. My problem is, the sprite is centered and right side up, and it is following my sprite withit's butt towards me, not it's head. Any help?
- DerpyHead0
-
1000+ posts
sprite won't follow mouse pointer
don't necropost, this topic was made in 2016. also, don't hijack threads, if you have a question, make your own. My problem is, the sprite is centered and right side up, and it is following my sprite withit's butt towards me, not it's head. Any help?
- joshuaho
-
1000+ posts
sprite won't follow mouse pointer
Hi there - and welcome to the Scratch forums! help
If you need help on your project scripts, then please feel free to make a new topic in the Help with Scripts forum.
If you have a general question about Scratch, then please create a new topic in the Questions about Scratch forum.

Last edited by joshuaho (July 17, 2020 14:44:07)
- Discussion Forums
- » Help with Scripts
-
» sprite won't follow mouse pointer