Public paste
STYLO
By: KARIMO | Date: Mar 7 2007 12:37 | Format: None | Expires: never | Size: 124 B | Hits: 1295

  1.         if (toets == 39) {
  2.                 bal._x += 20;
  3.                 bal.gotoAndStop(2);
  4.         }
  5.         if (toets == 37) {
  6.                 bal._x -= 20;
  7.                 bal.gotoAndStop(3);