Bouncy rabbit!

Hey all,

I’m trying to achieve a bouncy rabbit type animation.


Tweener.addTween(this, {x:x + 100, time:2});

Is there any way I can use tweener to achieve this, either by adding an aditional tween or modifying the existing one above? Or should I look at some alternative method?

Thanks in advance!