Skip to main content
charlesn79540358
Inspiring
October 5, 2017
Answered

Add co-ordinates to avoid hotspotting again

  • October 5, 2017
  • 4 replies
  • 373 views

We have over 300 diagrams that are hot spotted in action script 2.Is there a way to feed in coordinates into adobe animate so a user doesn't have to go and re hot spot them?

Thank you

    This topic has been closed for replies.
    Correct answer Colin Holgate

    As Rob suggests, the data that describes the hotspots is perhaps an array, and that should work ok in either AS3 or JavaScript.

    4 replies

    Preran
    Legend
    October 6, 2017

    I edited the title from what I could make of it. Pardon if that is not what you meant. You can override my edit.

    Like the experts here suggested, it would help if you can provide more info on what you are trying to do and what you expect as the end result.

    Thanks,

    Preran

    Legend
    October 5, 2017

    charlesn79540358  wrote

    We have over 300 diagrams that are hot spotted in action script 2.Is there a way to feed in coordinates into adobe animate so a user doesn't have to go and re hot spot them?

    That's not a "general question" at all. It's actually quite specific. In the future you should consider giving your question threads more descriptive titles.

    That being said, as the previous posters have intimated, your question is impossible to answer without more details. Just saying something is "hot spotted" doesn't tell us anything.

    Colin Holgate
    Colin HolgateCorrect answer
    Inspiring
    October 5, 2017

    As Rob suggests, the data that describes the hotspots is perhaps an array, and that should work ok in either AS3 or JavaScript.

    robdillon
    Participating Frequently
    October 5, 2017

    What does the AS2 code look like? It may be possible to copy and paste the existing code into a text editor and change it there and then export the edited text.