Thread: lol
View Single Post
  #57  
Old 10-22-2006, 04:52 AM
_Z3phyr_ _Z3phyr_ is offline
Banned
Join Date: Sep 2003
Location: Louisiane
Posts: 390
_Z3phyr_ is an unknown quantity at this point
PHP Code:
if (dir==2) {
  if (
onwall(down,coordinates)) {
    
//for loop here that goes left and right on X if dir in {0,2} and Y if its else
    
if (!onwall(i,y_coordinates_used_with_onwall)) {
      
move(x-i,y_coordinates_used_with_onwall_or_whatever_looks_better,time,20);
    }
  }

???
Reply With Quote