忘記密碼?

Blogs about: As3

酷網誌

[AS3]-藉由元件的實體名稱移除場景上的元件3 comments

mitchbox wrote 11 months ago: 沒錯~聖誕夜在家寫部落格整個就是宅到底阿XD因為前陣子真的是忙翻了現在真的只想多點休息時間啦今天這篇文章的標題應該很多人都是有看沒有懂啦連我自己都看不懂~哈哈不過這段程式片段確實很實用用AS3處理元件 … more →

標籤: ActionScript, 練功區/Workshop, 小撇步/Code Snippet

[資源]-遊戲開發必備的AS3 Class Package ~ AS3 Data Structures2 comments

mitchbox wrote 1 year ago: 昨天索性上網找了一堆Flex Component於是就看到了這個超讚的AS3 Class – AS3 Data Structures其實這個Class之前好像有在白大的部落格看到過不過當時 … more →

標籤: ActionScript, 逛酷網/Cool Site, Class, data structures

AS3-ActionScript 2.0 Migration

joearc wrote 2 years ago: AS2 AS3   onDragOut() dispatches event: mouseOut   onDragOver() dispatches event: mouseOve … more →

跟AS3 相關的資源

joearc wrote 2 years ago: ActionScript 3.0 Readiness Kit http://www.unic8.com/en/news/general/actionscript-3.0-readiness-kit-2 … more →

把FLash CS3裡的help 拉出來

joearc wrote 2 years ago: C:\Documents and Settings\All Users\Application Data\Adobe\Flash CS3\en\Configuration\HelpPanel\Help … more →

getQualifiedSuperclassName ,getQualifiedClassName

joearc wrote 2 years ago: 參考 1.建一個fla,建2個class:father.as,son.as..(son 繼承 father)3個檔放一起 2.在fla中貼上 //— var im:String = get … more →

as3 官方飯粒

joearc wrote 2 years ago: http://www.adobe.com/support/documentation/en/flash/samples/ … more →

AsWing Flash GUI framework

joearc wrote 2 years ago: http://www.aswing.org/ 說的很明白了 AsWing is an Open Source Flash ActionScript GUI framework and library … more →

Class與Base Class

joearc wrote 2 years ago: Exporting library symbols for ActionScript 設定AS3 symbol時會有2個地方要填class Class與Base Class 1.class 預設的Cl … more →

fl.core.UIComponent not found

joearc wrote 2 years ago: 預設的AS3 classpath找不到fl.core.UIComponent 後來去找了一下 的確在預設路徑下沒有UIComponent 反而在D:\….\Adobe Flash CS3\ … more →

Flash9 在一個as檔中可以有multiple class

joearc wrote 2 years ago: http://probertson.com/articles/2006/07/28/one-file-many-as3-classes/ 但是 1.會搞混 2.Flex不支援 所以還是不要沒事找事作 … more →

AS3 listener的規定

joearc wrote 2 years ago: function listener(evt:Event):void{} 1.listener是一個必須接收Event object的function,而接收的Event object必須是唯一的 2. … more →

AS3的語法+舊的方法

joearc wrote 2 years ago: 在timeline上寫onEnterFrame是AS2時代 是跟喝水一樣普通的事 在AS3一樣可以 只不過要加一點功 例如stage上有個movieClip叫做blue function test(a … more →

ArgumentError: Error #1063:Argument count mismatch...

joearc wrote 2 years ago: 剛開始玩AS3的event handling. 不時看到complie error的訊息 這個是1063算是常客 記得AS2是用Object去listen event(小弟慣稱為聽牌) 例如 var … more →

as2轉as2

joearc wrote 2 years ago: http://www.flashseer.org/wp-content/uploads/2007/02/as2toas3.pdf 來源:N神AS研究所 … more →

AS3的class path

joearc wrote 2 years ago: 不小心殺了, 雖然check 語法時他會好心跟你說 reset to default 又不work 只好再打一次 $(AppConfig)/ActionScript 3.0/Classes … more →

event handling ActionScript 3.0

joearc wrote 2 years ago: 原文 addEventListener for ActionScript 3.0 now only allows functions as listeners, not objects (object … more →


Have your say. Start a blog.

See our free features →

相關標籤
全部 →

Follow this tag via RSS