Make sure the swf is loaded before assigning the mask, eg:

var loader:MovieClipLoader = new MovieClipLoader();
function onLoadInit(_mc) {
  _mc.setMask(mask_mc);
};
loader.addListener(this);
loader.loadClip("movie.swf", holder_mc);

Helen

--
http://flash-creations.com
http://i-technica.com



Matt Muller wrote:

Hi, Im attaching a swf to a movieClip and then using setMask to mask the swf
once the animation has loaded.

So whats happening is most of it is masked but there seem to be these little
lines and stuff running outside the mask.

Anyone had this, or have a solution/suggestion?

Cheers

MaTT
_______________________________________________


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to