views:

449

answers:

1

If possible I would like to tile an image or MovieClip along a line using the standard moveTo() and lineTo() methods, The lines are directional so need to show something similar to >>>>>>>>>>>>>. The lines can be at any angle, so using drawRect() with beginBitmapFill() isn't an option. Also if possible I would like to have the lines animated.

Is this possible or will it require a custom class?

A: 
bhups
Thanks, that does do the job but as it's `BitmapData` `MovieClip`s lose quality when rotated and lose any animation. Sorry I should have said, ideally I would like to animate the lines too. Any ideas?
Mim Hufford