-effortIess- wrote:

Instead of
when I start as a clone
repeat until <touching color [#color] ?>
change y by (-5)
end
if <touching color [#color] ?> then
go to [bucket v]
repeat (10)
change size by (-10)
delete this clone

end
end
Use
when I start as a clone
repeat until <touching color [#color] ?>
change y by (-5)
end
go to [bucket v]
repeat (10)
change size by (-10)
delete this clone

end
Ok, i tried that, but now it glides to the bucket and freezes. any ideas?