02.05.2014, 22:35
Well...
1) get the player's coords
2) create a ball object at those coords that moves towards the direction you are facing
3) create a timer that checks the area around the ball, if another player is in that area the ball disappears
It sounds difficult, but I think you get the point.
1) get the player's coords
2) create a ball object at those coords that moves towards the direction you are facing
3) create a timer that checks the area around the ball, if another player is in that area the ball disappears
It sounds difficult, but I think you get the point.