Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Seamless Scrolling Maps & Paperdolling.
#14
Put this:

Code:
ReDim SMaps(7)
    
    ReDim BlankMap.Tile(0 To MAX_MAPX, 0 To MAX_MAPY)

In:

Code:
Sub LoadSurroundingMaps

Also add:

Code:
ReDim SMaps(7)

For a = 0 To 7
ReDim SMaps(a).Tile(0 To MAX_MAPX, 0 To MAX_MAPY)
Next a
ReDim Map.Tile(0 To MAX_MAPX, 0 To MAX_MAPY)

In:

Code:
Sub Main

That should be all you need. Test it and let me know.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)