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
- os x
- Lifefilm
- FLV Player
- flashplayer
- 비트맵리사이즈
- debuger
- complie
- flash
- ios
- ExteranlInterface
- Renewal
- Movieplayer
- ubuntu touch
- javascript
- publish setting
- red5
- Alpha
- 가로
- smoothing
- android studio
- cocos2d-x
- SWFObject
- FlashDevelop
- papervision3d
- wireless keyboard
- Demo
- 단말 테스트
- fd3
- FLVPlayback
- TweenMax
Archives
- Today
- Total
목록TweenMax (1)
ALL ABOUT ME
Flash :: TweenMax정리
기본 구문// TweenMax.to(target:Object, duration:Number, variables:Object):TweenMax target : Object - 오브젝트 duration : Number - tween 시간 /(초) variables : Object - 객체의 모든 속성 VARIABLES delay : Number - 지연시간 ease : Function - 따로 ease 클래스는 없나 봅니다. 상단에 fl.motion.easing.*; 한줄 추가 해주시고 Tween Class처럼 쓰면 됩니다. Default-Regular.easeOut easeParams : Array - 직접 ease을 만들어서 쓸수 있습니다. 방정식이 있겠죠? 전 패스;;; autoAlpha : Numbe..
Lab
2010. 3. 30. 15:45