move ball(s)
for(i = 0; i < numBalls; i++) { var ball:
animation_ch09_Ball
= balls[i]; move(ball); } }