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

Play wizard action seperately

New Here ,
Mar 30, 2020 Mar 30, 2020

Copy link to clipboard

Copied

Hi! I have one project with multiple animated objects in it. When you click on an object, it starts to animate. However, all the objects start to animate at the same time when I click on just one. I'd like the objects to animate seperately when you click on it. 

 

I use Adobe animate 2020 

 

The 'code' thing I've used is: this.stop(); - > add wizard - > play - > mouse click

 

Could someone explain me how I can fix this? Thank you! 

TOPICS
ActionScript

Views

485

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
Community Expert ,
Mar 30, 2020 Mar 30, 2020

Copy link to clipboard

Copied

LATEST

You'll want to ensure each element to be animated is a MovieClip Symbol Instance and to provide each with a unique Instance Name from the Properties Panel once they are selected. This will allow you to target individual elements though the same method as you describe. 

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