var t:Tween = new Tween(b, 3, Transitions.LINEAR); t.moveTo((0 - b.width - 2), b.y); Starling.juggler.add(t); /* t.onStart = bOnStart(); t.onUpdate = bOnStart(); t.onComplete = bOnStart();
*/