How to make a 2D animation program like Pencil2D on snap

I always think about making a 2d animation program like Pencil2D on snap, my favorite animation program

Can someone help me with this

OFF TOPIC
say [joe mama] for (2) secs

You could have a central sprite with anchors, but it depends what your animating.

I haven’t heard that in forever. (I mean the off topic thing)

code?

1 All you do is get a torso sprite and 2 arm sprites.

2 Make the arm sprites parent to the torso.

3 then stick the arms to the torso by right clicking the arms and selecting that option in the menu.

When you move the torso, the arms move with it, but what the arms do doesn’t effect the torso.

Anchors are unique to each thing you are trying to animate, so that may not be what you want

This is what Pencil2D looks like. I better focus on the animating part