Quote:
|
Originally Posted by zokemon
I tried that and it does not work
|
I beg to differ;
PHP Code:
this.z = {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;