これは私のコードです。
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.
誰かが理由を教えてもらえますか?