Please help!
how to do chain? when the head of the chain move to the wall, the chain squeeze together. the head move further from the wall, the body spread evenly.
how to do the rope? rope and swing effect
thank you so much if someone could help
Since you want an actual chain with swinging/physics, you could obviously use the physics behavior. Check this out. You can drag&drop the orange squares.
Note: Disabling the physics between the individual chain links is optional.
wackytoaster.at/parachute/physicsChain.c3p
WackyToaster Thanks for the file. I have been playing with the codes. So how to disable the physics? Physics is new for me in Construct 3. thanks
I was talking about this line here. If you remove it the chain will check collision with itself, if you keep it the chain will still behave like a chain but not collide with itself. I mainly added it as it prevents the chain from getting "tangled"
WackyToaster I actually want it move like Bone Dragon in Castlevania. I don't want the body to be swinging when the head move. is there a way to do it?
Develop games in your browser. Powerful, performant & highly capable.
..move like Bone Dragon in Castlevania. I don't want the body to be swinging when the head move. is there a way to do it?
If
{ this is what you try to achieve youtu.be/IsciIpvjrLE
}
then
{ try to check this out editor.construct.net
and this is what I modified it, hopefully this can answer what you are looking for :
dropbox.com/s/rff7jk85vp2vkto/Pin%20chain%20style.c3p
pilpgam
thank you so much! its very closed. But i want the tail of the dragon attach to the wall. Heres the image i actually want. However i cant find similar codes in the market.
is it hard to make something like this? In WackyToaster's post he make it with physics, but i dont want the body part swinging.
about the dragon which need to stick at wall, I have no idea then..
about the "hook and shoot", maybe this one : construct.net/en/forum/scirra-website/scirra-store-36/ropey-ninja-templates-83863
I dont know how it work, I am just sharing about this mechanic when I saw the picture you draw