Skip to main content
Participant
February 14, 2022
Question

I'm needing help with Animate Action code

  • February 14, 2022
  • 1 reply
  • 589 views

Hello!

I will begin by saying, I haven't messed with Animate since it was known as Flash back in the day. That being said, I don't remember much about coding actions. I've tried googling and looking on here for something close to what I'm trying to achieve, but I'm not having any luck.

 

I'm trying to make an interactive map with the action of a click of the mouse on a certain spot (a circle put on the map) to pop up a certain graphic (providing information about the circle). I have made each circle an object button. I have also made each graphic an object movie clip. I also have each of these graphics on their own layer with a duration of 5 seconds with a label.

 

I have no idea where to go from here or if I'm even on the right path doing this correctly. If anyone can help me by telling me how to do this or pointing me to a tutorial on how to do this, I would greatly appreciate it. I have attached a couple of images of what I have.

This topic has been closed for replies.

1 reply

JoãoCésar17023019
Community Expert
Community Expert
February 15, 2022

Hi.

 

Here is a sample of this kind of interactivity:

https://github.com/joao-cesar/adobe/tree/master/animate%20cc/html5_canvas/pop_ups

 

Please let us know if this is what you're looking for.

 

Regards,

JC

Participant
February 15, 2022

Yes! This is exactly what I was looking for! Thank you so much!

Participant
February 22, 2022

Got it.

 

So AS3 and Harman AIR are the best choices.

 

Here is the same interactivity in AS3:

https://bit.ly/3Br3frO

 

I hope it helps.

 

Regards,

JC


I can't get anything to work with what I have. I've tried editing your code, and I've tried looking up more tutorials and I'm not having any luck.