Mask transition

Hi.

In my game, i have a bitmap object masked with another bitmap graphic.

Mask works, but i want to move the bitmap object without move the mask also using transitions, without “enterframe” events.

I know i can move mask with maskX and maskY but i can’t use transitions without move also the mask in the graphic object.

any way to move with transitions a graphic object without moving the mask?. Thanks [import]uid: 55808 topic_id: 10126 reply_id: 310126[/import]

Hi Jose,

It`s old but, if someone has the same doubt…

You can try to put the mask into a display group and the display image into that group.
Now you should be able to move the image without moving the mask.

[import]uid: 79152 topic_id: 10126 reply_id: 71068[/import]