Flash Mask
Flash Mask
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- 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);