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

  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;}
Latest pastes
13 months ago
15 months ago
29 months ago
30 months ago
32 months ago