![]() |
Tile changing ... simple problem
PHP Code:
|
HTML Code:
tiles[1,1] = 55; |
Is this on a GMap?
|
I was gonna post that too.
If it's on a gmap, make sure you consider that a gmap is treated as one level, so 5,5 means it'll be all the way in the first upper-left level. Maybe test using mousex/mousey. |
I think you need to do level.tiles[x, y] not just tiles[x, y]
I personnaly do level.tilelayers[0].tiles[x, y] but that is because I am always playing with tilelayers :P |
Quote:
|
Quote:
|
| All times are GMT +2. The time now is 04:52 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.