A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Dynamic Mask

  1. #1
    Senior Member QBA's Avatar
    Join Date
    Feb 2001
    Location
    Toronto, Canada
    Posts
    312

    Dynamic Mask

    I'm creating a list of images dinamically that I want to mask.

    This is the script I'm using:

    for (i=0; i<10, i++) {

    img_MC = createEmptyMovieClip("image" + i, 3*1);
    img_MC.loadMovie("image" + i + ".jpg);

    }

    The images are loading fine but I can't get it to mask

    Any ideas how can I a mask Dynamically every image on the list?

    Thanks

    Alex

  2. #2
    Registered User Bzdero's Avatar
    Join Date
    Feb 2001
    Location
    Split, Croatia
    Posts
    488
    Your mask has to be above image. Change depth of your mask to number higher that images.

  3. #3
    Senior Member QBA's Avatar
    Join Date
    Feb 2001
    Location
    Toronto, Canada
    Posts
    312
    Thanks Bzdero

    I tried your soluction but I'm still having some problems to get it to work


    I put the file in my server, please if you have a sec take a look at it and let me know what m'I doing wrong because I did everything I could to get this to work

    ftp://65.49.66.147/Masktest.zip

    Thanks again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center