Jump to content

Get Tile type (index?) clicked on a Tilemap ?


askariwa
 Share

Recommended Posts

Hi, i am trying to get the type of a tile once clicked on but i get inconsistent results, i have made an example of my case here : http://jsfiddle.net/fkossyvas/7Lybhpda/

The code which displays the type is this one :

 

this.currentTile = this.map.getTileWorldXY(pointer.worldX,pointer.worldY,32,32,this.layer);
this.text1="pointer.worldX:"+pointer.worldX;
this.text2="pointer.worldX:"+pointer.worldX;
this.text3="currentTile index:"+this.currentTile.index;

Any help ? 

Thank you

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...