전체 텍스트 결과:
- 그냥 메모
- n ===== Tween 클래스를 잘 써먹자. <code actionscript3> import fl.transitions.Tween; import fl.transitions.easing.*; var new_twn = new Tween( targetObject, "x", Elastic... 이벤트 횟수를 Output 패널에 출력하는 코드 <code actionscript3> import flash.utils.Timer; import flash.events.TimerEvent; var timer:Timer = new Timer(1000); timer.addEventList