Thread: teh Boat
View Single Post
  #11  
Old 01-16-2002, 04:46 AM
Mrmicro Mrmicro is offline
Registered User
Join Date: Mar 2001
Posts: 128
Mrmicro is on a distinguished road
Send a message via AIM to Mrmicro
Try this for it to stay off land



PHP Code:
    // Check for walls
    
setarray wall,6;
    for (
j=0j<6j++)
      
wall[j] = onwall(newx+this.walltest[i*12+j*2],
        
newy+this.walltest[i*12+j*2+1]);

    
// Test for walls in front;
    
if (wall[0]==true || wall[1]==true || wall[2]==true || wall[3]==true) { 

If it needs anything else tell me
__________________
Reply With Quote