for sprites: (sprite) touching (other sprite)?
The <touching [mouse-pointer V] ?>
block can detect touching other sprites. Just click the drop-down.
If you want to see if a different sprite is touching another sprite, use (ask [sprite 1 V] for (<touching [sprite 2 V] ?>@addInput::ring) @addInput)
.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.