AS3 - Tile image/movieclip along a line
Posted
by Mim Hufford
on Stack Overflow
See other posts from Stack Overflow
or by Mim Hufford
Published on 2009-11-15T21:42:55Z
Indexed on
2010/04/09
14:03 UTC
Read the original article
Hit count: 298
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?
© Stack Overflow or respective owner