Advertisement
Guest User

Untitled

a guest
May 20th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. if (direction * d > 0) {
  2.   if (changeDirection)
  3.     changeDirection = false;
  4. }
  5. else
  6. {
  7.   if (!changeDirection)
  8.     changeDirection = true;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement