I need to know if there is a way to, say, make two walls closing in on each other. (That is the same object) Just mirrored. To crush the player when they hit him on both sides. I'll try to draw here for you..
||-wall -------||same wall mirrored.
||-------------||
||---O-player ||
||-------------||
---> <---
Or do I have to make a wall clone, and name it wall 2. Not that I'm lazy. But I just wondered
if there is a way to do it.
The main reason for my question is making it easier to make my level editor,
with less objects. And easier for the player who wants to make levels.