Jason21 wrote...
Okay I got that part now. But if it says "cannot find symbol - method addnewColor (java.awt.Color,int,int)
would I just declare the variable like this?
privat boolean addnewColor; if (BodyUp) addnewColor(new Color(Greenfoot.getRandomNumber(256*256*256)), 400, 300); }
