The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsAt 7/28/08 03:23 PM, kylelyk wrote: it a circle with a center and a out line. i want to change the center, but not the outline.
Turn the circle into a movie clip and the outline into a seperate movie clip :P
And then to change the circles color put this on the frame:
var myColor:Color = new Color(circleInstanceNameHere);
myColor.setRGB(0x(Hexcode of your color here)); At 7/28/08 03:52 PM, fish1892 wrote: I'm no AS master, but if you put a new frame on the MC, where the inside is a different colour, and put in a few gotoAndPlay commands somewhere....I'm not sure of the context so I can't help you much....
I think fish's way is easier.
At 7/28/08 04:01 PM, kylelyk wrote: I think fish's way is easier.
Sure w/e, do what you think is easy.