[問題] TextArea的length問題

看板Flash作者 (天才藝術家)時間19年前 (2006/02/05 15:19), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
使用的Flash版本: Flash 8 AS 2.0 主要問題: 可參考下面的圖: http://www.taconet.com.tw/sibevin 我在主場景上建立了一個TextArea,並將其命名為test_ta 然後在影格上寫了AS如下 var test_ta:mx.controls.TextArea; _root.test_ta.text = "test"; trace(_root.test_ta.length); var taListener:Object = new Object(); taListener.scroll = function(evt_obj:Object) { trace(_root.test_ta.length); }; _root.test_ta.addEventListener("scroll", taListener); AS語法沒有問題 輸出的結果是 0 如果滾動滾輪則出現 4 讓我不解的是為什麼第一次trace(_root.test_ta.length); 出現的是0而不是4呢? 各位大大可以幫我解答疑惑嗎?感謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.231.228.130
文章代碼(AID): #13vQSRp9 (Flash)
文章代碼(AID): #13vQSRp9 (Flash)