AS2 AS3 onDragOut() dispatches event: mouseOut onDragOver() dispatches event: mouseOver onKeyDown() dispatches event: keyDown onKeyUp() dispatches event: keyUp onKil… 更多 →
一個記憶的場景mitchbox wrote 11 months ago: 沒錯~聖誕夜在家寫部落格整個就是宅到底阿XD因為前陣子真的是忙翻了現在真的只想多點休息時間啦今天這篇文章的標題應該很多人都是有看沒有懂啦連我自己都看不懂~哈哈不過這段程式片段確實很實用用AS3處理元件 … more →
mitchbox wrote 1 year ago: 昨天索性上網找了一堆Flex Component於是就看到了這個超讚的AS3 Class – AS3 Data Structures其實這個Class之前好像有在白大的部落格看到過不過當時 … more →
joearc wrote 2 years ago: AS2 AS3 onDragOut() dispatches event: mouseOut onDragOver() dispatches event: mouseOve … more →
joearc wrote 2 years ago: ActionScript 3.0 Readiness Kit http://www.unic8.com/en/news/general/actionscript-3.0-readiness-kit-2 … more →
joearc wrote 2 years ago: C:\Documents and Settings\All Users\Application Data\Adobe\Flash CS3\en\Configuration\HelpPanel\Help … more →
joearc wrote 2 years ago: 參考 1.建一個fla,建2個class:father.as,son.as..(son 繼承 father)3個檔放一起 2.在fla中貼上 //— var im:String = get … more →
joearc wrote 2 years ago: http://www.adobe.com/support/documentation/en/flash/samples/ … more →
joearc wrote 2 years ago: http://www.aswing.org/ 說的很明白了 AsWing is an Open Source Flash ActionScript GUI framework and library … more →
joearc wrote 2 years ago: Exporting library symbols for ActionScript 設定AS3 symbol時會有2個地方要填class Class與Base Class 1.class 預設的Cl … more →
joearc wrote 2 years ago: 預設的AS3 classpath找不到fl.core.UIComponent 後來去找了一下 的確在預設路徑下沒有UIComponent 反而在D:\….\Adobe Flash CS3\ … more →
joearc wrote 2 years ago: http://probertson.com/articles/2006/07/28/one-file-many-as3-classes/ 但是 1.會搞混 2.Flex不支援 所以還是不要沒事找事作 … more →
joearc wrote 2 years ago: function listener(evt:Event):void{} 1.listener是一個必須接收Event object的function,而接收的Event object必須是唯一的 2. … more →
joearc wrote 2 years ago: 在timeline上寫onEnterFrame是AS2時代 是跟喝水一樣普通的事 在AS3一樣可以 只不過要加一點功 例如stage上有個movieClip叫做blue function test(a … more →
joearc wrote 2 years ago: 剛開始玩AS3的event handling. 不時看到complie error的訊息 這個是1063算是常客 記得AS2是用Object去listen event(小弟慣稱為聽牌) 例如 var … more →
joearc wrote 2 years ago: http://www.flashseer.org/wp-content/uploads/2007/02/as2toas3.pdf 來源:N神AS研究所 … more →
joearc wrote 2 years ago: 不小心殺了, 雖然check 語法時他會好心跟你說 reset to default 又不work 只好再打一次 $(AppConfig)/ActionScript 3.0/Classes … more →
joearc wrote 2 years ago: 原文 addEventListener for ActionScript 3.0 now only allows functions as listeners, not objects (object … more →