Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scrolling map Help please!
#1
Hay im wondering where and what i need to add in for scroll maps for my Engine Let me know please thanks guys.
Reply
#2
Thanks mate.
Reply
#3
I could probably help you out as I just added it to a blank source, had to read over a few chat logs with Matt but I got it xD.
Reply
#4
Iv added you to msn thanks. Smile
Reply
#5
Got this error while doing my scroll maps
Compile error : Wrong number of dimensions
For y = 0 To MAX_MAPY
For x = 0 To MAX_MAPX
SaveMap.Tile(x, y).Ground = Val(Parse(n))
Highlights =RED
Reply
#6
Im just guessing but i think thats map size change the zero to 30 or whatever size you want
Code:
For y = 30 To MAX_MAPY
For x = 30 To MAX_MAPX
Reply
#7
Ah i re did it and got it to work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)