Hi,
If you have 4 sprites; obj1, obj2, obj3 and main, and you position obj3 to obj2, and obj2 to obj1, and obj1 to main.
How come obj3's position doesn't change when obj2's origin point OR image size is changed?
For example, if obj2 and obj3 are 32x32px big, and their origin points are both 0x0, then changing obj2's origin point to 0x1 SHOULD move obj3 down by one pixel, but it doesn't.
Why is this?