PDA

View Full Version : Problem with path/targeting


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);

Ruben
05-21-2006, 06:50 PM
Have you made sure there actually is a movieclip in your library with it's linkage-identifier set to "mask1"?

- Ruben