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
- MMOKit
- flash player 10
- scaleform4
- flash
- 수학정석
- 집합의 연산
- as3.0
- 샌프란시스코
- 클릭
- CLIK
- 형변환
- 애드온
- autodesk
- ApplicationDomain
- Chart
- flash cs3
- KGC 2013
- as3
- 플래시
- scaleform3
- as2
- Document Class
- 스케일폼
- watch
- scaleform
- 태그클라우드
- GDC
- 강좌
- DataBinding
- addChild
Archives
- Today
- Total
scaleform.minarto.com
DisplayObjectContainer.getRect(displayObject) 버그 본문
var sp:Shape = new Shape();
addChild(sp)
trace(getRect(sp))
addChild(sp)
trace(getRect(sp))
(x=6710886.4, y=6710886.4, w=0, h=0)
내가 발견한 건 줄 알았더니 이미 버그 리포트가 올라와 있더라는...
http://bugs.adobe.com/jira/browse/FP-595
젠장, 두시간 헤맸다