Animation with color change with actionscript
Hi,
I'm not very good at all in action script, that's why this may sound like a rather dumb question...
I have to make a project where people can colorize different parts of a seat individually.
So I have 30 buttons of different colors for the gallows and another 30 buttons for the armrest.
The seat image is kind of a wireframed picture.
When one clicks on red for the armrest for example the armrest shall be covered by the fabric in the red color by using a shape tween or maybe by working with a mask.
Now I do not really want to make 900 (30x30) tweens and was wondering if this can be done with actionscript.
I found out how to change a color with actionscript by using the "mycolor set RGB" script, but I could not find anywhere if this can work together with an animation.
Anyone knows something?? Thanks.