DUPLICATE MOVIE
DUPLICATE MOVIE
Out of context: Reply #6
- Started
- Last post
- 12 Responses
- enobrev0
if you can place your masking clip on dynamically, you can control what level it will be on...
_root.attachMovie("myClip", "SunMask", 10);
_root.attachMovie("maskClip", "myMask", 1000);
_root.myClip.setMask(_root.myMas...