Public paste
Undefined
By: Guest | Date: Jul 7 2010 07:44 | Format: None | Expires: never | Size: 279 B | Hits: 778

  1. if (ball_x_pos >= 690) { ball_x_speed = 0; ball_y_speed = 0; ball_x_pos = 350; ball_y_pos = 200; punktespieler1++; mousepressed = 0;}
  2.             if (ball_x_pos <= 20) { ball_x_speed = 0; ball_y_speed = 0; ball_x_pos = 350; ball_y_pos = 200; punktespieler2++; mousepressed = 0;}