Collidedwith condition true/false and another basic question

Hi. I trying to make condition in my object collidedwith.
image

trying to make condition when wolf touch greenball nothing will happen but when chicken touch it will get point.
image
already trying to put if statement when object 1 location = object 2 location but doesn't run properly.

I also want to ask about my animation/gif and player to add backsound that doesn't run, thanks

add IF block
if (other = anakayam) then...

image
Like this ?

image

Thanks, it's error because I need to put every logic to all object

Can I ask you why my animation doesn't work when I run the app