this is my code.
dropColor.addEventListener(ColorPickerEvent.CHANGE, updateValue);
function updateValue(e:ColorPickerEvent){
trace(dropColor.hexValue);
}
It doesn't work.
1046: Type was not found or was not a compile-time constant: ColorPickerEvent.
Could someone tell me why?