User to Move edges of shape

rp-9
newbie-question

#1

So I’m wanting to allow users to morph shapes, by that I mean move the corners of a parallelogram so that it can be whatever weird shape they want. The issue is shapes are very hard to move as they seem to be fixed to the “right angled box” of the dynamic panel, and the individual corners can’t be moved around without other corners moving with it. I appreciate this is quite baffling so I challenge anyone to try and help!


#2

There’s really no way to achieve what you’re looking for with native Axure.

You could use JavaScript to inject an svg polygon and use Axure’s [Dragged] action to feed coordinates to it: Draw_SVG.rp (71.7 KB)


#3

You’re an absolute saviour, thank you so much!