Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a "If (mouse pointer) is touching (color) block
- Worldtutorials
-
1 post
How to make a "If (mouse pointer) is touching (color) block
I really need one badly to finish one of my games.
If you want more info please ask me
If you want more info please ask me
- SurgeForce
-
100+ posts
How to make a "If (mouse pointer) is touching (color) block
make a new sprite and in it draw a tiny dot. Make sure you draw the dot exactly on that little cross in the middle of the paint editor. Make the sprite have this script:
then make scripts for this sprite that detect colors
- sparsh_wasake
-
2 posts
How to make a "If (mouse pointer) is touching (color) block
Ok. Thanks!
- amazingscratchcoder
-
100+ posts
How to make a "If (mouse pointer) is touching (color) block
Please dont necropost, you didn't even ask the question
- ScratchBoy179
-
91 posts
How to make a "If (mouse pointer) is touching (color) block
#1
Create new sprite called
2) Draw a tiny dot in a costume editor
3) Create “Detector” variable
4) Add this code
Create new sprite called
1) Create new sprite called “Touching detection” I really need one badly to finish one of my games.
If you want more info please ask me
2) Draw a tiny dot in a costume editor
3) Create “Detector” variable
4) Add this code
5) Instead of using If (mouse pointer) is touching (color) use
- amazingscratchcoder
-
100+ posts
How to make a "If (mouse pointer) is touching (color) block
#1pls dont post on a dead topic, it strted in 2014
Create new sprite called1) Create new sprite called “Touching detection” I really need one badly to finish one of my games.
If you want more info please ask me
2) Draw a tiny dot in a costume editor
3) Create “Detector” variable
4) Add this code5) Instead of using If (mouse pointer) is touching (color) use
- VictoryGWASTEKEN
-
10 posts
How to make a "If (mouse pointer) is touching (color) block
so to make it work i thing is make a new sprite that follow a mouse pointer and if it touch colour (anything) its doing something…
or if you a hacker :
or if you a hacker :
Last edited by VictoryGWASTEKEN (April 15, 2022 08:48:37)
- Discussion Forums
- » Help with Scripts
-
» How to make a "If (mouse pointer) is touching (color) block