Hi Everyone,
I’ve got a MovieMaterial attached to a sphere currently. The MovieMaterial gets it’s bitmap texture from a MovieClip that has a bitmap in it. Inside of this MovieClip I add some colored circles. It appears fine on the sphere, but then when I loop through the children later on the MovieClip and remove these circles and then update the MovieMaterial, only some of the points are removed and not all of them. If I run the function that clears the points multiple times, more and more get removed as it goes. But it never seems to update fully the first time. I’m 100% sure that all of the circles are being removed from the MovieClip source.
Kyle