Game Development Community

Tile Movement problem

by Abhinav Chokhavatia · in Torque Game Builder · 09/02/2008 (5:44 am) · 1 replies

Hi,

I am working on our platformer game and creating paths for it.

After playing the game, I realize I need to make changes to the path or add more tiles to an existing path. To do this I have to manually change that particular tile and all tiles behind it. Is there any way I can move the entire section of tiles at once.

Does anyone have a simple solution to this problem?

Any help would be very much appreciated.

Thanks and Regards,
Abhinav

#1
09/02/2008 (10:06 am)
T2dTileLayer does not have methods built-in for doing any multi-tile manipulation. However, writing your own should be possible.