I have made a flash world map (Continents Wise). What i want is that, when i click on any continent, it should zoom out to the full area and the area should also be floatable so that it can be panned with mouse.
Any help or guidance is appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Upon clicking on a continent, load a larger continent image, scaled down to be the same size as the initial continent, right on top of the continent that was clicked on. Then tween the continent up to full scale where you can use keyboard events or mouse events to pan the image around. If you expect the interaction to be quick and seamless you might want to load the larger images at runtime to have them available immediately upon user interaction. Another thing to consider is image quality. You’ll have to use bitmap smoothing to make the scaling look reasonable.