Author Topic: WorldMap help  (Read 4544 times)

Xomanowar

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 2
    • View Profile
WorldMap help
« on: March 12, 2015, 04:43:00 PM »

Hi, I want to create a woldMap like this one I attached.

I'm thinking on create a ScrollView and load the images Dynamically.. but..


- How can I load and unload the images based on what is appearing, I mean, I don't want to load all te images at the same time.

- How can I do to the Scrollview moves to the last reached point of the player at the start of the game?

Thank you.





ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: WorldMap help
« Reply #1 on: March 12, 2015, 08:42:01 PM »
Your best bet is to actually have them all loaded at once, but to split up the map into a composite image. Find things that repeat, and make them separate sprites. I see quite a few icons that repeat. Trees, buttons, stars, etc. For the background, split it up into several textures so you aren't faced with a giant texture. Don't add them to an atlas either, keep them separate.