Thread: Help!
View Single Post
  #13  
Old 12-08-2001, 01:09 AM
WeirdmanI9 WeirdmanI9 is offline
Banned
WeirdmanI9's Avatar
Join Date: Mar 2001
Location: Laying Low From The Police
Posts: 1,816
WeirdmanI9 is on a distinguished road
Send a message via AIM to WeirdmanI9 Send a message via Yahoo to WeirdmanI9
Use a bridge gif, and then to keep you from falling off the edge when walking acorss you can change all of the side tiles to tiles that block, then change them back to the original tiles when you are done. It's that simple, if you know how to update tiles, but if you don't, here it is

board[x*y]=tilesx*tilesy;
updateboard x,y,updatex,updatey;

Do that for all of the tiles and save the original tiles in a this. string to call them up later on.
Reply With Quote