Skip to main content
Participant
March 30, 2020
Question

Play wizard action seperately

  • March 30, 2020
  • 1 reply
  • 572 views

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! 

This topic has been closed for replies.

1 reply

Joseph Labrecque
Community Expert
Community Expert
March 30, 2020

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.