Flash Mask
Flash Mask
- Started
- Last post
- 2 Responses
- ********
I want to load in .swfs but I want them to all reveal only within a defined mask...do I have to mask each .swf w/in itself and then line them up or is there a workaround?
- geoffroy0
Create an empty movieclip, put-it on a layer and name this movieclip "loader". Mask this layer with your mask layer.
After that, just have to use:
loader.loadMovie(movietoload.swf...You can dynamically set your mask too (in actionscript). Just use this syntax:
yourWantedMaskedMC.setMask (maskMovieClip);
- ********0
thanks. Duh, pretty obvious - I guess that's a sign that I was up too late...