Stacking Question

The only piece in my game that needs to stack is the ball. When a player has the ball it needs to be in the stack with that player. I also use a grid and move fixed distance. The hot key to move the player doesn’t work when the ball is in the stack with the player. Is this because the ball doesn’t have the move fixed distance property? I want the ball to be able to move with the player.

Also I want the ball to be on the top of the stack so it can be seen (its a much smaller image) but I need to be able to select the player w/o selecting the ball and vise versa.

Any help would be appreciated.

Try to see the module titled ElfBall … and look how the ball is managed …