How do you make a map?

Place for questions and answers for all newcomers and new coders. This is a free for all forum, no question is too stupid and to noob.
Post Reply
n04h
Posts: 151
Joined: Thu Feb 10, 2011 4:48 am

How do you make a map?

Post by n04h »

Hey guys, so I have a map drawn out for my new game, but how can I make it so when you click to a certain area on the map it takes you to the place that you clicked without me having to do a new picture for every place on the map.
Image
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: How do you make a map?

Post by Jackolantern »

HTML to the rescue! What you need is an HTML "image map". They allow you to make an image with different clickable areas that can take you to different places.

If your map is particularly complex, you could also download a 30-day trial of Dreamweaver CS5 or Fireworks CS5, as both of those programs have visual image map creation features, if I remember right (I know Fireworks does, and I think Dreamweaver does, too).

EDIT: This may help if you go the HTML route: w3schools' interactive image map page. You can try playing with the code, and if you break it, just refresh the page to get the working version back.
The indelible lord of tl;dr
Post Reply

Return to “Beginner Help and Support”