hi there
I have a movieclip mcA and i set mask on it “mcA_mask”. Then i add a movieclip mcB (and load an image in that) in mcA so extra part of mcB is hidden now.
But i have 2 problems as follows :-
- i want to drag mcB inside mcA
-
Problem is that i just want to drag mcB till its image is seen in mcA
-
I did that using startDrag() method. I tried various bounds but its not working properly.
- When i click on mcB movieclip,
- The extra part of mcB movieclip should be made visible (with transpareny = 50%)
Is there a way to do these 2 things ???
Thanks a lot in advance for help
Regards