Hi guys !
Here's my problem. I'm trying to do a point'n click game and i have to create an inventory for this.
In this inventory, when an item is destroyed ('cause player used it for example), items on the right of the destroyed item have to move left (to fill the hole left by the destroyed item in fact), and i just don't know how to that.
I already trying something with variable (when an inventory object is destroyed, -1 in a variable of others items making them move on the left, but because of all items are concerned, items on the left of the hole left by destroyed item move left too ).
So, I hope someone has an idea to making it works well !