View Single Post
  #2  
Old 10-11-2013, 01:09 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
Wouldn't this do what you want?

PHP Code:
temp.tilesetImage "roak_tileset_gmap_overworld.png";
for (
temp.0temp.64temp.i++) { 
  for (
temp.0temp.64temp.k++) {
    
temp.tilex i;
    
temp.tiley k;
        
    for (
temp.0temp.6temp.r++) {
      
temp.tile tilelayers[r].tiles[temp.tilextemp.tiley]; 
      
temp.imagetile TilesToImage(temp.tile);
      
this.levelImg.drawimagestretched(16161616temp.tilesetImagetemp.imagetile[0], temp.imagetile[1], 1616);
    }
  }

__________________
Quote:
Reply With Quote