Fantastic!
I thought this was probably the best collab on newgrounds! I am currently having a problem with the pong tutorial though. i keep getting error messages on the 34 and 38th lines of the script given. 34 is the first line & 38 is the last.
}
if (ball._y>546.3-ball._height/2) {
ball._y = 546.3-ball._height/2;
diry *= -1;
}
can anyone help me out?