Problem in masking of movie clips

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashwani Sharma
    New Member
    • Nov 2008
    • 46

    Problem in masking of movie clips

    Hello Friends,
    I'm a fresher in action scripting. I'm facing a problem in creating a image gallery.
    I made a movie clip named "thums" attaching from library in which thumbnails are coming and i just create a empty movie clip named "masker" on runtime. Now i want to mask thums by masker. I just use this code.

    masker.createEm ptyMovieClip("m asker", this.getNextHig hestDepth());

    Then I adjust the x and y position of masker and now i'm using this code for masking.

    masker.setMask( thums);

    It is not working for me. Am I doing something wrong with this code.
    Please help me out. Thanks in advance.

    Ashwani Sharma
Working...