tekkendp
the image points do move as you change the size of the blue sprite. But the green sprites just stick to the original position where they were pinned - so you need to unpin them, move them to the new image point locations, and re-pin them when you change the size of the blue sprite.
and since the green sprites are the same object, you will have to pick the first instance, move it to imagepoint 1, then pick the second instance, move it to imagepoint 2.