How do I replace colours in a movieclip?
- by Oli
I am trying to take a movieclip of a character and change the colour of their clothes. The character is comprised of vectors.
So far I have semi-sucessfully used this method:
stop the movieclip
take the bitmap data from the current frame
use threshold to replace the colour
store the resulting bitmap data in an array
add an onenterframe function…