Need help with anchors and sprite touching

I want to detect when sprite A is touching sprite B. But sprite A has an anchor, which is a big circle filled in circle surrounding it (anchor a). Whenever anchor a is touching sprite B, it says that sprite a is touching sprite B. But I only want it to report true if the sprite a itself is touching sprite b, not if the anchor is.

Can you please put a screen shot?


It might also be helpful if you post a link to the project.

https://snap.berkeley.edu/snap/snap.html#present:Username=nathenaelhailu08%40gmail.com&ProjectName=Sneak%20Game

Just run to the right until you see the orange circle (Ben)

One (maybe not nice way) would be to have a clone of the figure (without the anchored part) always moving to same place as the figure and do the touch detection on the clone

It might be simpler than that

Running this script on Ben sprite only says hello when Ben is actually touching Player

Huh, so I just need to approach it from the other side. Thanks!