Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » The if touching mouse pointer script isn't working
- gamergal
-
4 posts
The if touching mouse pointer script isn't working
Hi! For one of my projects, I am using the if touching mouse pointer script but it is not working. This is what it looks like:

Help is greatly appriceated and I will put you in the credits

- zanzolo
-
66 posts
The if touching mouse pointer script isn't working
This will only check once if the sprite is touching the mouse pointer and then never check again.
If you want to check all the time over and over you need to run these blocks over and over. Something like this:
If you want to check all the time over and over you need to run these blocks over and over. Something like this:
- AgentBunny102
-
33 posts
The if touching mouse pointer script isn't working
HELP!!!!! I'm trying to make my sprite change colors as the mouse pointer goes over it, and then go back to normal when the mouse pointer isn't on it. Any suggestions?
- DudmasterUltra
-
100+ posts
The if touching mouse pointer script isn't working
HELP!!!!! I'm trying to make my sprite change colors as the mouse pointer goes over it, and then go back to normal when the mouse pointer isn't on it. Any suggestions?
There you go!
- Zacshap21
-
100+ posts
The if touching mouse pointer script isn't working
HELP!!!!! I'm trying to make my sprite change colors as the mouse pointer goes over it, and then go back to normal when the mouse pointer isn't on it. Any suggestions?
When green flag pressed
Repeat until not mouse XY = sprite XY
Set colour effect to ____
- aldeberon_29
-
36 posts
The if touching mouse pointer script isn't working
HELP!!!!! I'm trying to make my sprite change colors as the mouse pointer goes over it, and then go back to normal when the mouse pointer isn't on it. Any suggestions?
There you go!
Wouldn't it be
. not
?
Last edited by aldeberon_29 (May 29, 2014 00:58:52)
- Gabrielawesome
-
5 posts
The if touching mouse pointer script isn't working
in touching is mouse pointer in costume is the costume i want it to be in
- YouAreAmazingToMe
-
4 posts
The if touching mouse pointer script isn't working
HELP!!!!! I'm trying to make my sprite change colors as the mouse pointer goes over it, and then go back to normal when the mouse pointer isn't on it. Any suggestions?
There you go!
Wouldn't it be. not?
I tried it with the repeat until and it worked.

- Rennat
-
3 posts
The if touching mouse pointer script isn't working
Oooooof! It doesn't work…here's my code for my tycoon game!
It doesn't work even with the clone that has costume 1!!! WHYYYYYY!
It doesn't work even with the clone that has costume 1!!! WHYYYYYY!
Last edited by Rennat (May 5, 2016 01:41:13)
- Discussion Forums
- » Help with Scripts
-
» The if touching mouse pointer script isn't working