I'm making a game where I have to get 1 object to move another object. I want to do this by putting a isTouching statement somewhere and if it's touching and I press any key (pre-set key) that both the objects move. If I press the same key again it drops the other object. If possible I would like to know if anyone could show me an example with a LargeBall and SmallBall where the Largeball moves the Smallball by pressing any key. I'm new to Greenfoot so all help is welcome.

