Hi all,
In the game I’m developing the beginning includes a badge customisation page. This means the user can choose the shape, colour patterns and actual colours of their badge. For memory and size purposes, we don’t want to create an image for every possibility as we allow many many colours and may want to add more shapes/patterns in the future.
In the Flex version of our app we use a lot of Cubic Beizer curves, but the only thing I can see to use is display.newLine(); which a )wont make a pattern we can fill, and b )won’t make curves easy to draw.
If anyone can help it will solve days of stress and failed efforts!
Many thanks in advance
James