Set scroll does not quite work. It acts like parallax.
I have Object A on layer 1 and Object B on layer 0, both at the same position and turning, in same hierarchy. I want the Object B to be offset on Y axis 10px, so as the both objects turn, the Object B always remains offset in one direction and the offset is not dependent on the angle of Object A.
When I use "set layer scroll", the object B is all over the place as object A moves. I don't quite understand it, I don't want the layer to be offset exponentially as I have "scroll to" behaviour on Object A as it happens here:
https://imgur.com/TvMeBGF
There are workarounds for this, like pinning both objects to separate pivots of one non-turnable parent object. But I am thinking this could be solved more easily with just offsetting a layer since I will have many objects like this. After all, we can turn a layer, set its scroll -- why not an offset/position? Is this an oversight?