[Tweener] looping
Dwayne Neckles
dwayneneckles at hotmail.com
Wed Dec 12 14:55:47 PST 2007
Can anyone tell me why this code doesnt loop?
I searched in the archives and code I found didnt work in my case..
import caurina.transitions.Tweener;
function slide():Void {
trace("slide");
Tweener.addTween(this.lightGlimmer,{_x:222, time:4, transition:"easeOutOuad"});
Tweener.addTween(this.lightGlimmer,{_x:-70, time:0, delay:4, onComplete:slide});
}
slide();
_________________________________________________________________
i’m is proud to present Cause Effect, a series about real people making a difference.
http://im.live.com/Messenger/IM/MTV/?source=text_Cause_Effect
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/attachments/20071212/80ad86eb/attachment.htm
More information about the Tweener
mailing list