Hey all, I’ve got this problem in that I’m trying to make a line stretch out, without altering its thickness. Every time I make a tween and adjust the width of the line, the line becomes much thicker. Is there anyway to get around this using the normal tweening method? I’ve considered two solutions:
-
Using a mask or shape to uncover the line as if it stretching, but rather it is just being uncovered. This isn’t the neatest way to do it I’m sure…
-
Using actionscript, in which case could someone help me here? - I want the line to start from no width (or a small width of say 10 if that is not possible), and to stretch to say 600.
Help would be appreciated, I’ve tried to fiddle around with this myself with tweens, but I think actionscript is by far the best way to achieve this effect?
Thanks,
Insomniac