I’ve tween animated mask and I want to apply it dynamatically on each movieclip(with 3-4 images in it) when any of them being called.It would be with through a function or need prototype which runs on each movieclip containing images.These images will have the same masking effect when they will be called by buttons.
Please help me doing it.
Thanks.
What do you mean when you say you’re going to “call” your movie clips? And did you check the dynamic masks tutorial?
pom
Let me explain better.
I’ve one animated mask which I applied with setmask AS on my movie clip.It works perfect.Now on same timeline I’ve more clips and I want that mask on them when I press a button to reach that frame.
It’s like playing same mask effect over n over by script not manually.
For example:
I’ve a movieclip on main timeline and mask also
_root.work.setMask(_root.mask);
now I want same mask on same timeline applied on next movieclip which has 4 images which can explore through buttons 1,2,3,4. first image would have that mask onLoad or onEnterFrame but how I can get same mask run on those 2,3,4 images by clicking their respective buttons to appear them?
I hope I did explain it little more.