I cant figure out how to do this, i want to have balls come from the left side at random positions, sliding across the screen, so far i got:
if (Greenfoot.getRandomNumber(200) <10)
addObject(new pointBall3(), 0, getBackground().getWidth() - 1 );
though my second line, i think im way off the track of what im supposed to be coding