这是我的代码。
dropColor.addEventListener(ColorPickerEvent.CHANGE, updateValue);
function updateValue(e:ColorPickerEvent){
trace(dropColor.hexValue);
}
它不起作用。
1046: Type was not found or was not a compile-time constant: ColorPickerEvent.
有人能告诉我为什么吗?