xidadesign Hi, how can I remove a tween from the juggler if I only know the Displayobject? In Sparrow 1 you could do "removeTweensWithTarget" but it seems it isn't available in Sparrow 2.
Daniel That method is still there, but it was renamed to "removeObjectsWithTarget:". That's because now it's no longer limited to SPTween objects; it works with any object that has a "target" property.
xidadesign Thanks, seems the wiki needs some updates, for example here: http://wiki.sparrow-framework.org/tutorials/more_about_tweens It still talks about "removeTweensWithTarget"