enkil
05-21-2006, 05:50 PM
This is my first thread so be kind!! :P
Movie Clip: Frame=0 Target="_level0.content.group.pic3"
i need to set a mask on group. every thing that loads in content, are external swf files.
i have tried with this code, i dont know why it's not working!!!
(standing on _root)
this.content.createEmptyMovieClip("mask", this.content.getNextHighestDepth());
this.content.mask.attachMovie("mask1", "mask1Mc", this.content.mask.getNextHighestDepth());
this.content.group.setMask(mask);
Movie Clip: Frame=0 Target="_level0.content.group.pic3"
i need to set a mask on group. every thing that loads in content, are external swf files.
i have tried with this code, i dont know why it's not working!!!
(standing on _root)
this.content.createEmptyMovieClip("mask", this.content.getNextHighestDepth());
this.content.mask.attachMovie("mask1", "mask1Mc", this.content.mask.getNextHighestDepth());
this.content.group.setMask(mask);