Trying to make the same colorchanger and objekt changer on other pictures.
My idea is to make something like that only with car’s. Where i can add styling and changing colors!
well there are tons of ways of doing that. if your looking to do that with a car i would prob suggest making the body of the car a movie clip and use setRGB():
here’s some code to get you started. place this code inside your movie clip
If I were doing this, I would try removing the color from the area that you want to change, so that area of the image is transparent. I would then put a symbol in the layer below the image that’s left over (after removing the color). Then, when you click the color in the color picker, set the color of the lower symbol to the color you’ve selected. I’m sure there’re other ways to do this, but that’d probably work.