Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I detect if touching clone or not clone.
- Penguino_Guy
-
Scratcher
9 posts
How do I detect if touching clone or not clone.
I'm trying to make a sprite hide if it touches a clone of another sprite, but not hide if it touches the actual sprite. Can anybody help me?
- -motionless-
-
Scratcher
100+ posts
How do I detect if touching clone or not clone.
Are the clones one color? If they are then you can do
if <touching color [what color the clones are] ?> then
end
- codinggod30
-
Scratcher
72 posts
How do I detect if touching clone or not clone.
You could do
when I start as a clone
forever
if <touching [Sprite of clone] ?> then
hide
end
- Penguino_Guy
-
Scratcher
9 posts
How do I detect if touching clone or not clone.
You could dowhen I start as a clone
forever
if <touching [Sprite of clone] ?> then
hide
end
I can't find the “sprite of clone” thing.
- huboojoe
-
Scratcher
100+ posts
How do I detect if touching clone or not clone.
I think he mean't the sprite that you made a clone of, however, i suggest using Oumuamua method,You could dowhen I start as a clone
forever
if <touching [Sprite of clone] ?> then
hide
end
I can't find the “sprite of clone” thing.
- Penguino_Guy
-
Scratcher
9 posts
How do I detect if touching clone or not clone.
I think he mean't the sprite that you made a clone of, however, i suggest using Oumuamua method,You could dowhen I start as a clone
forever
if <touching [Sprite of clone] ?> then
hide
end
I can't find the “sprite of clone” thing.
What is the Oumuamua method?
- Discussion Forums
- » Help with Scripts
-
» How do I detect if touching clone or not clone.
