2
我不確定是否正確使用此轉換。我試圖鎖定一次按鈕上的顏色調整。我試着開始調整α= 0,它工作正常。我對as3不太好,所以有一點幫助會很好。試圖在單擊按鈕時轉換按鈕顏色as3
我得到這個錯誤: 「的ReferenceError:錯誤#1056:在movie_fla :: MainTimeline/onMouseClickEvent()上flash.display.SimpleButton不能創造物質財富的ColorTransform 」
感謝特里
stop();
this.wheelsMain.inner4.Inner1btn.addEventListener(MouseEvent.CLICK, onMouseClickEvent);
function onMouseClickEvent(event:Event) {
Object(this).wheelsMain.inner4.Inner1btn.colorTransform = new ColorTransform(1, 1, 1, 1, 20, 0, 0,0);
}
感謝您的幫助Yitschak!保重 – Dennis1973