Ok, I've got a small problem and I can't seem to think of the answer. I'm drawing a bunch of sprites to the screen (25 right now but probably more if I can fix this problem) and each of the sprites recieves it's image number from an array, but apparently I have to feed the array value into a variable to get it to work. So right now my code looks like this.
spriteimage00 = mapname(tilex,tiley)+100
SPRITE 100,screen_X(0),screen_Y(0),spriteimage00
So this is rather tedious as there are 50 lines of it, I know the answer is probably a big FOR NEXT loop, but I can't seem to get everything in the right order. I've got to increase the SPRITE NUMBER, adjust X and Y, and change the image number.
...that move was indeed...Bold.