{// the BoxCollider will not be affected by gravity or other applied physics forcescollisionTestingOnlyMode:true// make the same size as the Imageanchors.fill:boxImagefixture.onBeginContact: {// handle the collision and make the image semi-transparentboxImage.opacity=0.5} }// moves the ...