I'm slowly trying to learn Construct 2 (for fun), and wanted to make a tiny game imitating the mechanics of a desktop Shimeji. I decided to start playing around with the default Physics Puzzle template.
My goal is to be able to throw a character with the mouse to clear obstacles. So far so good with the Drag + Drop function. My main problem is, I'm unsure how to make it so that the player can hold the character in place. Here's a drawing to explain what I mean:
cdn.discordapp.com/attachments/1079298015908614215/1080015362260734013/demonstration.png
Whenever I've tried to manipulate the Hold behavior on the character/object, it never holds it in place long enough. I want it to kind of dangle as the player holds down the mouse, and for it to fall upon release.
Any idea how to do this? Thank you. My apologies for my English.