Re: [Flashcoders] Why is my setInterval only firing once ...

2006-03-22 Thread [EMAIL PROTECTED]
nInterval = setInterval(tweenClip, 50); should be: nInterval = setInterval(tweenClip, 50); Stephen Ford wrote: I have a setInterval call that is only firing once. Here is the part of my class where it's occuring:

[Flashcoders] Why is my setInterval only firing once ...

2006-03-21 Thread Stephen Ford
I have a setInterval call that is only firing once. Here is the part of my class where it's occuring: --- public function repositionClip():Void{ nWidth = Math.round(Stage.width); nHeight =