View Single Post
  #3  
Old 09-07-2010, 08:13 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Tigairius View Post
The tile type of a layer? You mean the tile type of a tile on a different layer?
You'd do this:
PHP Code:
level.tilelayers[layer].tiletype(xy
I don't think they work, sadly :/ Nor does onwall and such either. Pretty sure the only thing you can do is:
level.tilelayers[layer].tiles[x,y]
Unless it was fixed in v6.
Reply With Quote