I want scratch to add things that detect whether an instance of a sprite is a clone or the original. For example:
<touching [Sprite1 Clone v] ?>Or
(distance to [Sprite1 Clone v])So used like this:
when green flag clicked
forever
if <touching [Sprite1 Clone v] ?> then
broadcast [Touching Sprite1 Clone v]
end
end