Thread: onwall and such
View Single Post
  #17  
Old 05-12-2006, 12:04 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by Angel_Light
ok now for tiles. I know you can detect tiles with tiles[x,y] but how do I use this?
It's just an array that stores values that represent different tiles. Doubt anyone's made a list of all the tile values. I think I've made an equation for it though (back when I made a gs1 tile editor script).

tilex + tiley * 16
reflects the position of the tile on the tileset image.

You don't need to use it unless you have a need to detect the different codes for tiles.