thanks!
Thank you so much, Just what I needed. One more prob. tho, if I added Another button, say "PathBtn", I can change it so it makes the path just fine but when I click the ground btn agan then it makes a path....? I did it useing, Tile=new bitmap("tiles/path.bmp"), In the PathBtn_Click, now if i put, Tile=new Bitmap("tiles/gtound.bmp"), In the groundbtn_click, when I run the program Neither buttion does any thing, with only the tile= new bitmap("tiles/path.bmp") in the pathbtn_click it changes over, but then if I add the tile=new bitmap("tiles/ground.bmp") in the groundbtn_click then it wont do anything for either.