can you set tween duration with actionscript

Posted by aml2326 
can you set tween duration with actionscript
September 26, 2008 03:13PM
I was wondering if your using the following method to apply the tween:

import com.jumpeye.flashEff.symbol.alpha.FESAlpha;

var myPattern:FESAlpha = new FESAlpha();
var myEffect:FlashEff = new FlashEff();
myEffect.showTransition = myPattern;
myEffect.showDelay = 0;
myEffect.showAutoPlay = false;
this.addChild(myEffect);
myEffect._targetInstanceName = "myClip";

myClip.addEventListener(MouseEvent.CLICK, clikHandler);

function clikHandler(evt:MouseEvent):void {
myEffect.show();
}

Is there a way to set some of the other properties such as the tweenDuration with actionscript?

thanks for you help!
Re: can you set tween duration with actionscript
September 29, 2008 06:17AM
The answer to your question is found in this post: http://www.flasheff.com/forum/read.php?23,393,393#msg-393.
Sorry, you do not have permission to post/reply in this forum.