Apologies for bumping...
Can anyone help to point me in the right direction?
To clarify my issue. I need to draw lines (like they are being drawn across the screen by a pen).
I've tried using sine and ease tween behaviour (which does do what I want) to repeat sprites across the screen, I've also used the canvas plugin, which again does draw the lines I want.
However with the sine/eas tween combination I can't get it to draw smooth lines. With canvas the lines appear instantly.
So I guess there are two questions:
Any suggestions on how to draw a smooth, unstepped line when using ease tween. I'm tweening a small sprite, then spawning sprites from it on every tick.
Is there any other way to draw lines on screen other than the above or with the canvas plugin?
Any help is massively appreciated!