I have the ball in the level, and I'm interested how can I do when my player touch the ball, the ball start moving with physics.
For ball i use pXent_settype(my, PH_RIGID, PH_SPHERE) and what I need to use for my player because I not need physics for the player, only the possibility that a player can push objects?