Discuss Scratch

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
Oumuamua
Scratcher
1000+ posts

How do I detect if touching clone or not clone.




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.

codinggod30 wrote:

You could do

when 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.

Penguino_Guy wrote:

codinggod30 wrote:

You could do

when I start as a clone
forever
if <touching [Sprite of clone] ?> then
hide
end

I can't find the “sprite of clone” thing.
I think he mean't the sprite that you made a clone of, however, i suggest using Oumuamua method,
Penguino_Guy
Scratcher
9 posts

How do I detect if touching clone or not clone.

huboojoe wrote:

Penguino_Guy wrote:

codinggod30 wrote:

You could do

when I start as a clone
forever
if <touching [Sprite of clone] ?> then
hide
end

I can't find the “sprite of clone” thing.
I think he mean't the sprite that you made a clone of, however, i suggest using Oumuamua method,

What is the Oumuamua method?
Oumuamua
Scratcher
1000+ posts

How do I detect if touching clone or not clone.

this, click the image:

Oumuamua wrote:




Powered by DjangoBB