Color testing


blue="0x0000FF"; //this is something I do for clarity

if(_root.mycolor.getRGB()==blue){
        _root.score=100;
}