Skip to main content
January 23, 2009
Question

Color transform reloads movieclip

  • January 23, 2009
  • 3 replies
  • 494 views
I have a movie clip with 4 frames. I programatically create 3 instances of it, and send each one to a different frame. If I later apply a color transform to one of the clips, it plays through all the frames and goes back to it's correct frame. Why does it do that, and can I stop it from doing that?

Thanks
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
January 23, 2009
that code's not (the sole) cause of the problem.
January 23, 2009
Sorry - it's not the dropshadow. It's changing the visibility. Still, that shouldn't cause it to show all its frames, right?
kglad
Community Expert
Community Expert
January 23, 2009
copy the code that you think causes a problem and paste it in this forum using the attach code option
January 23, 2009
After more inspection, I've figured out it's not the colorTransform causing the problem, it's turning a drop shadow filter on or off...

Not sure how much code I would need to attach, but that's where the problem is.

Thanks.