12-12-2007, 06:14 AM
I followed Misunderstoods tutorial for seemless scrolling maps and I have run into a problem.
http://web.miragesource.com/old-tutoria ... 0Maps.html
When I try and test it I get a subscript out of range on this line in BltTile.
I have added extra layers but I don't think thats the problem, I think it may have something to do with the way my maps are saved and loaded server side? Currently they are saved as a single binary file. I am not sure if this is a problem or not. However I could be way off. I am hoping somebody here can help me, if you need me to post any more code or anything just let me know. Thanks again.
http://web.miragesource.com/old-tutoria ... 0Maps.html
When I try and test it I get a subscript out of range on this line in BltTile.
Code:
With SMaps(Mapnum).Tile(RealX, RealY)
I have added extra layers but I don't think thats the problem, I think it may have something to do with the way my maps are saved and loaded server side? Currently they are saved as a single binary file. I am not sure if this is a problem or not. However I could be way off. I am hoping somebody here can help me, if you need me to post any more code or anything just let me know. Thanks again.