Hi
I need a bit of help.
I was playing around with flash the other day and I wanted to see if I could make simple dungeon crawler work.
And made this test
http://www.webpointsolutions.co.uk/map_02.html
It’s based on a really simple 2d array
map = [ [1,1,1,1,1,1,1],
[1,0,0,0,0,0,1]...