Discuss Scratch

Worldtutorials
Scratcher
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
SurgeForce
Scratcher
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:
forevergotomouse pointer
then make scripts for this sprite that detect colors
sparsh_wasake
Scratcher
2 posts

How to make a "If (mouse pointer) is touching (color) block

Ok. Thanks!
amazingscratchcoder
Scratcher
100+ posts

How to make a "If (mouse pointer) is touching (color) block

Please dont necropost, you didn't even ask the question
ScratchBoy179
Scratcher
91 posts

How to make a "If (mouse pointer) is touching (color) block

#1
Create new sprite called

Worldtutorials wrote:

I really need one badly to finish one of my games.
If you want more info please ask me
1) Create new sprite called “Touching detection”
2) Draw a tiny dot in a costume editor
3) Create “Detector” variable
4) Add this code
whenclickedforeveriftouchingcolor?thensetDetectorto1elsesetDetectorto0
5) Instead of using If (mouse pointer) is touching (color) use
Detector=1
amazingscratchcoder
Scratcher
100+ posts

How to make a "If (mouse pointer) is touching (color) block

ScratchBoy179 wrote:

#1
Create new sprite called

Worldtutorials wrote:

I really need one badly to finish one of my games.
If you want more info please ask me
1) Create new sprite called “Touching detection”
2) Draw a tiny dot in a costume editor
3) Create “Detector” variable
4) Add this code
whenclickedforeveriftouchingcolor?thensetDetectorto1elsesetDetectorto0
5) Instead of using If (mouse pointer) is touching (color) use
Detector=1
pls dont post on a dead topic, it strted in 2014
VictoryGWASTEKEN
Scratcher
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 :

whenclickedforeverifmouse pointertouchingcolorthencode

Last edited by VictoryGWASTEKEN (April 15, 2022 08:48:37)

Powered by DjangoBB