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 |
Tags
- Document Class
- GDC
- 스케일폼
- 집합의 연산
- 클릭
- flash cs3
- ApplicationDomain
- as2
- 형변환
- as3.0
- 샌프란시스코
- addChild
- MMOKit
- DataBinding
- flash
- 애드온
- 수학정석
- scaleform4
- as3
- flash player 10
- 플래시
- Chart
- scaleform3
- CLIK
- KGC 2013
- scaleform
- autodesk
- watch
- 강좌
- 태그클라우드
Archives
- Today
- Total
목록완성형한글 (1)
scaleform.minarto.com
완성형 한글 Class
가상 키보드를 만들다가 만든건데... 클라이언트가 2.0을 원해서 2.0으로 만들었습니다. 테스트는 좀 더 충분히 해봐야 하지만... 뭐, 그야 각자에 맡기고.... class com.minarto.text.CreateKorean { function CreateKorean() { } /* _last_str : 마지막 글자 _new_str : 합쳐질 글자 */ static function join(_last_str:String, _new_str:String):String { var lastCode:Number = _last_str.charCodeAt(0); // 마지막 글자의 문자코드 var newCode:Number = _new_str.charCodeAt(0); // 합쳐질 글자의 문자코드 if(last..
ActionScript
2007. 8. 21. 09:52