View Single Post
  #2  
Old 11-16-2017, 01:35 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
it's a shot in the dark but maybe this

PHP Code:
function DrawActiveBlock() {
  for (
i=0i!=this.CurBlockCi++) {
    
this.mx this.ActiveBlockX+this.CurBlock[i*2];
    
this.my this.ActiveBlockY+this.CurBlock[i*2+1];
    
showimg(this.ImgIndexActiveBlock+i,"metris_tiles.png",
      
this.StackX+this.mx*16,this.StackY+this.my*16);
    
tx = (this.CurBlockTiles[i]%100)*16;
    
ty int(this.CurBlockTiles[i]/100)*16+.5;
    
changeimgpart(this.ImgIndexActiveBlock+i,tx,ty,16,16);
    
changeimgvis(this.ImgIndexActiveBlock+i,5);
  }

__________________
Quote:
Reply With Quote