
05-04-2007, 01:20 AM
|
Webmaster
|
 |
Join Date: Dec 2006
Location: Florida
Posts: 552
|
|
Quote:
Originally Posted by oo_jazz_oo
Is it possible to tell if a tile is blocking or not?
I searched the wiki, but couldnt find anything.
What I mean is, when you do tiles[x,y], is there any way to tell that that tile is blocking?
Like, if you do tiles[mousex,mousey], is there any way to tell if that tile is a blicking tile? ><
|
PHP Code:
onwall(x, y) Tells if a tile blocks you.
onwall2(x, y, w, h) Tells if the tiles in w,h block you.
|
__________________
What signature? I see no signature?
|
|
|