View Single Post
  #6  
Old 11-15-2004, 05:08 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Quote:
Originally Posted by zokemon
I tried that and it does not work
I beg to differ;
PHP Code:
  this.= {0,1,0}
  
showpoly2 0,{x,y+this.z[0],this.z[0],x+1,y+this.z[0],this.z[0],x+1,y+1+this.z[0],this.z[0]};
  
showpoly2 1,{x,y+1+this.z[1],this.z[1],x+1,y+this.z[1],this.z[1],x+1,y+1+this.z[1],this.z[1]};
  
showpoly2 2,{x,y+.5+this.z[2],this.z[2],x+1,y+this.z[2],this.z[2],x+1,y+1+this.z[2],this.z[2]};
  
changeimgcolors 1,1,0,0,1;
  
changeimgcolors 2,0,1,0,1
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote