It would be helpful to have a
<color [color] is touching [spritename]>
Please try to make that happen.
Offline
Scripts in target sprite:
when flag clicked
forever
if < touching color [ ] >
set [ touch ] to [ 1 ]
else
set [ touch ] to [ 0 ]
end
end
your block is then:
< ( touch ) = [ 1 ] >
Offline