Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- scaleform4
- 형변환
- as3
- as2
- CLIK
- 스케일폼
- autodesk
- 집합의 연산
- flash cs3
- MMOKit
- KGC 2013
- Chart
- watch
- 샌프란시스코
- scaleform3
- addChild
- 수학정석
- scaleform
- 애드온
- flash
- Document Class
- 태그클라우드
- flash player 10
- as3.0
- 클릭
- 플래시
- DataBinding
- ApplicationDomain
- GDC
- 강좌
Archives
- Today
- Total
scaleform.minarto.com
new TextField 의 기본 width, height 값은 100이다 본문
var tf:TextField = new TextField();
trace(tf.width, tf.height) // 100 100
trace(tf.width, tf.height) // 100 100
2.0 시절의 createTextField("tf", 0, 0, 0, 0, 0, 0) 을 생각하고 0 이라고 생각한다면 오산이다...
텍스트 필드를 붙여넣었는데 엉뚱한 크기와 위치에 존재하게 된다면 width, height 값을 체크해보자
width, height 의 기본값은 레퍼런스에 나와있으나... 아무래도 지나치기 쉽다