Hi,
I am very new to programming and I am taking a class that is using Greenfoot. What we need to do is take a blank Breakout game and add three bricks that are oversized. I found where I could change the size in the code, but I am unable to add the color to the new brick when I add it to the BreakoutWorld. I get an error "incompatible type" when put this "RED" in the Popup Box. So..it looks like this new Brick("RED") then I get the error. What am I doing wrong? Is there something I'm missing?
Thanks,
T

