Hi there!
Just starting out with Sparrow It looks great so far!
I'm trying to animate a quad up and down on the screen by chaining two tweens. One tween that moves the quad down 100 px in 2 secs and one that moves it back in 2 secs (as in http://www.sparrow-framework.org/2010/10/tweens-jugglers-unleashed/).
It works, but when the second tween is completed and we're back at the starting position I would like the animation to start again, so it runs in a loop. Preferably by reusing the tweens.
I tried [juggler advanceTime -4], thinking that it might work, but no.
Any ideas (except from recreating the tweens again)?
/Thanks!