Hi there I am creating a random drop and catch game about rubbish for an assignment and have so far coded the actors movement and the trash to randomly appear then drop. I have also coded the trash so when it hits the ground it changes image to a splat but here is where I am struggling I know kind of what is required but not how to put it in code I am trying to make it so if the actor walks through the splat image it slows the actor down, so would be getOneIntersectingObject with Trash.class but I only want it too slow actor down if splat image is showing.
Thanks in advance for any help.
J

