I am following an example of scirra.com/forum/a-rope-on-a-roller_topic49497_post311730.html
But I want something to be different:
- when I hit a key, the chain/rope will be extended by one object.
- (unimplemented yet) if I hit another certain key, this chain/rope will be shorten by one object.
- (unimplemented yet) I can create/destroy a new rope.
- (unimplemented yet) I can select which rope to extend/shorten.
However, I am fully aware that I do not understand how this works exactly, so here is my cap: mediafire.com
Right now, I am stuck in the first objective. Somehow, no object is extended from the initial object at all.
So like... how does a hinge in Construct work? And what kind of logic should I use for the 4 objectives above?