this is my first mesh project but I can't git the ball to work please help.
link
Offline
Could you tell us what is wrong?
Offline
I can't get the ball to cordanet betwen to two project
Offline
Offline
First you want to establish which client is going to control the ball's movement (this would normally be the host). You can use a similar method to the red/green controls with the ball. You can use a variable "ball_controller" and set it the the color of the player who is controlling it (ball_controller=red or ball_controller=green) then use the if else statement to check if they are the ball controller or not. If it's true, run the infinite loop that moves the ball. It not, just have it always go to the sensor location.
Offline
Magnie wrote:
First you want to establish which client is going to control the ball's movement (this would normally be the host). You can use a similar method to the red/green controls with the ball. You can use a variable "ball_controller" and set it the the color of the player who is controlling it (ball_controller=red or ball_controller=green) then use the if else statement to check if they are the ball controller or not. If it's true, run the infinite loop that moves the ball. It not, just have it always go to the sensor location.
yay Thank you so musc now it works.
Offline