Is is possible to move an image with transition, but not moving the mask. I want to have my mask in a fixed place and then move my image through the mask, and stopping the image in the center of the where the mask is placed.
How do i do that?
Is is possible to move an image with transition, but not moving the mask. I want to have my mask in a fixed place and then move my image through the mask, and stopping the image in the center of the where the mask is placed.
How do i do that?
No one?
I reformulate the question, as I see I might have been unclear.
I want to position a mask in a fixed position on the screen. And then i want to move the image that the mask is applied to using transition. How should i position the mask? When i try to position the mask using image.maskY and image.maskX before the transition, the mask seems to move togheter with the image transition, making the image invisible, since the image and mask moves with space apart.
Yea wish I could help, I wonder the same thing. Once you apply a mask to an object, to move the mask it seems that you change the x, y values of the object and that moves the mask around, its really strange and seems backwards.
Put your image in a group. Then set the mask on the group. You should be able to move your image within the group without moving the mask.
Thanks, that worked perfectly 
Thanks! Great question and great answer!
No one?
I reformulate the question, as I see I might have been unclear.
I want to position a mask in a fixed position on the screen. And then i want to move the image that the mask is applied to using transition. How should i position the mask? When i try to position the mask using image.maskY and image.maskX before the transition, the mask seems to move togheter with the image transition, making the image invisible, since the image and mask moves with space apart.
Yea wish I could help, I wonder the same thing. Once you apply a mask to an object, to move the mask it seems that you change the x, y values of the object and that moves the mask around, its really strange and seems backwards.
Put your image in a group. Then set the mask on the group. You should be able to move your image within the group without moving the mask.
Thanks, that worked perfectly 
Thanks! Great question and great answer!