[font=Verdana]Hi, I am working on a website for a styling salon which includes a simple interactive flash “game” in which the visitor can change hairstyles, skintone, eye color, etc. of an illustrated model. You can view it here:
http://www.designbyantje.com/styles.htm
[/font][font=Verdana]I have also attached the fla file. [/font]
[font=Verdana]
I attached this code to the buttons to make these changes:
on (press) {
hair.gotoAndPlay(1);
}
The above part works fine, however if possible we would like users to also be able to click the haircolor buttons to change the color of the hairstyle that they have selected (not an alpha change but it would be loading a different movie clip that I have colored differently but has to correspond with the presently chosen hairstyle).
Any helpful advice would be awesome!! I am pretty sure this is possible but I have limited actionscripting knowledge and can’t find any specific examples. Thanks!
[/font]