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?