• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to change color of a movieclip only in one key frame, not in all?

Explorer ,
Oct 26, 2020 Oct 26, 2020

Copy link to clipboard

Copied

Hi, i want to animate the color of a movieclip. I create 2 keyframes. If I change the color of the movieclip on stage in the 2nd keyframe, the color will change in the other key frame as well. How can I avoid this?

TOPICS
How to

Views

211

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 26, 2020 Oct 26, 2020

Hi.

 

That's how symbols work. If you change a symbol internally, all instances that inherit from it will change as well.

 

If you want to change just one instance of a symbol, you have basically four options:


- Apply color effects (not recommended for HTML5 documents);
- Apply filters (not recommended for HTML5 documents);
- Duplicate the symbol (right-click > Duplicate Symbol...);

- Use code to affect only the instances you wish.

 

Regards,
JC

Votes

Translate

Translate
Community Expert ,
Oct 26, 2020 Oct 26, 2020

Copy link to clipboard

Copied

LATEST

Hi.

 

That's how symbols work. If you change a symbol internally, all instances that inherit from it will change as well.

 

If you want to change just one instance of a symbol, you have basically four options:


- Apply color effects (not recommended for HTML5 documents);
- Apply filters (not recommended for HTML5 documents);
- Duplicate the symbol (right-click > Duplicate Symbol...);

- Use code to affect only the instances you wish.

 

Regards,
JC

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines