so first, instead of having the food on the second frame, have the food on the layer above the bowl and name. Make in invisible by tapping the eye button. Then add to rules and add an if condition“if #FoodBag (or whatever it’s tagged) collides with this, modify layer visibility (the layer that has the food) visible” and then make it add the tag “edible”. Then add “if layer (whatever layer the food is on) is invisible, removes tags from this actor: edible)” then make it so for the bird, “if this collides with edible, modify layer to invisible.”