Hello everyone
In my project I have a snapshot with inside other objects. The snap is often rotated and flipped(ex. snap.xScale - 1).
I would like to move objects within it as if their x and y are “normal” and not “confused” by the many changes the snap.
Is there a way to do it? Otherwise even move an object (in the snap) a little to the right becomes very complicated (Ex. obj.x obj.x = + 10 as certainly not the result that we imagine)
I hope for a solution thanks