Coloring problem

hi I’m having a problem to color Movie clips I was wondering if any of you know how to make this happen:

I wanna color a movie clip (a house) with this script but I want the lines of the house to show not just the shape colored i used this script:

myColor = new Color(_root.house);
myColor.setRGB(0xffff00);

help is greatly apreciated thanks
:love: :cowboy: :sure:

16 views and no replys:sure: :h:

put the lines and the color fills in their own movieclips and use the setRGB on the one you want to colorize

the way you want to use it you change the complete mc. i don’t know how complex your “house” is, else you could do it wih drawing api.
for this moment the only way i can find out is, make a mc of the complete house and in that mc make the fill also a mc.
[AS]myColor = new Color(_root.completehouse.housefill);
myColor.setRGB(0xffff00);[/AS]
that should work

scotty:)

it does the same thing

no it isn’t:)
look at the.fla

scotty

Thanks scotty I see what you were saying now!!

no problem:thumb: