myTween.FPS = 10; btn.onRelease = function(){ myTween.FPS +=5; myTween.start(); }
myTween.onMotionChanged = function() { trace( this.position ); };