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

Best way to create an interactive map with clickable icons

Explorer ,
Aug 21, 2018 Aug 21, 2018

Copy link to clipboard

Copied

Hi Community,

I am looking for a bit of assistance from you all please

I am looking at creating an interactive map that has interactive icons that would allow a user to click and select rather than the what I have below. Some locations have various divisions which are quite difficult to make out as the outer ring is basically cut to incorporate the other divisions. At the moment I use a PDF document with a long list of depot contact details thereafter, however I want to create something more user friendly that we can keep on our desktops and also put online as HTML5. Below would be an example of the map.

GAP Depot Locations-01.png

To overcome this I was looking to create expanding pins, having some form of circular HUD animate out from the 'main pin' when the user interacts that allows the user to click the relevant division. A basic example below as if user has scrolled over the red section and expanded that depot.

Sample Pin-01.png

As the user clicks or scrolls over the pin, the HUD would expand out allowing the user to select the relevant depot. From here all of the related information would populate at the side of the screen. I have some experience using Adobe Flash in the past, however I gather that it is not commonly used these days?

I have the map in AI with all depot pins categorised by region but I am just asking before I head into creating this what the best option would be? Would I animate each pin in Adobe edge for example?

Any suggestions would be greatly appreciated!

Thanks, Jamie

Views

7.0K

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 , Aug 21, 2018 Aug 21, 2018

Hi.

Some time ago, a user asked for a map navigation similar to what you want.

So I adapted the code to your case. Even if it's not exactly what you want, I think it may help as a starting point.

Please change the variables at the top to best suit your needs.

FLA download:

animate_cc_html5_map_navigation_02.zip - Google Drive

Regards,

JC

Votes

Translate

Translate
Community Expert ,
Aug 21, 2018 Aug 21, 2018

Copy link to clipboard

Copied

i would create one movieclip for each pin-type.  eg, every red pin that has 4 subpins would use the same movieclp.

if there are pins that have 3 subpins, that would be another movieclip, etc.

frame 1 of each red pin would display the red dot and contain a this.stop().  create a mouseover frame that displays the subpins with each subpin being a movieclip.

i would create a database (eg, an object) containing the data displayed in the side panel by mousing over the subpins.

if you've not used animate before or you're not familiar with javascript, this would be a difficult first project.

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
Explorer ,
Aug 21, 2018 Aug 21, 2018

Copy link to clipboard

Copied

Thanks for your reply!

Creating the movie clip types i'll make my first point of action then. I haven't used animate before, however I was fairly competent with Adobe Flash so I am hoping it's fairly similar.

Thanks again, Jamie

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
Community Expert ,
Aug 21, 2018 Aug 21, 2018

Copy link to clipboard

Copied

there's no significant difference between flash and animate cc (except animate cc has more capabilities). but for this project i don't foresee anything requiring newer animate features.

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
Community Expert ,
Aug 21, 2018 Aug 21, 2018

Copy link to clipboard

Copied

Hi.

Some time ago, a user asked for a map navigation similar to what you want.

So I adapted the code to your case. Even if it's not exactly what you want, I think it may help as a starting point.

Please change the variables at the top to best suit your needs.

FLA download:

animate_cc_html5_map_navigation_02.zip - Google Drive

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
Explorer ,
Aug 22, 2018 Aug 22, 2018

Copy link to clipboard

Copied

Hi Joao,

This looks absolutely perfect - thank you very much for your help! I will start by creating all of my animated sub pins as kglad suggested and incorporate it into what you have provided.

Hopefully I can work this into something that will save a lot of people time

Thanks,

Jamie

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
Community Expert ,
Aug 22, 2018 Aug 22, 2018

Copy link to clipboard

Copied

This is great, Jamie!

I'm glad it can help you to get started.

I hope you can come up with an amazing user experience.

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
Community Beginner ,
Aug 22, 2018 Aug 22, 2018

Copy link to clipboard

Copied

LATEST

Hey Joao,

My code currently consists of just the controls for the helicopters. I think I have attached the file of the game so far at the top.

Hopefully you get the chance to look over it

Kind regards

Austin

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
New Here ,
Aug 21, 2018 Aug 21, 2018

Copy link to clipboard

Copied

Oooo

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