Closed GoogleCodeExporter closed 9 years ago
I consider this a rare use case which can be solved with a little function. Not
worth
adding complexity in code.
Original comment by philippe...@gmail.com
on 23 Feb 2010 at 11:06
I realize it's possible by using two functions calling each other, I was simply
saying
it would be an interesting and original feature.
I understand if you think it would add unnecessary bloat, though.
Original comment by bmj...@gmail.com
on 24 Feb 2010 at 12:18
Only one function needed :)
function arrowLoop():void {
eaze(arrow).to(0.5, {x:5})
.to(0.5, {x:-5})
.onComplete(arrowLoop);
}
PS: no need to call chain()
Original comment by philippe...@gmail.com
on 24 Feb 2010 at 7:44
Original issue reported on code.google.com by
bmj...@gmail.com
on 11 Feb 2010 at 2:05