A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: duplicateMovieClip fine but not beneeth my mask?

Hybrid View

  1. #1
    Junior Member
    Join Date
    Nov 2003
    Posts
    25

    duplicateMovieClip fine but not beneeth my mask?

    Hi

    I am making snow and to make it loop I m trying to duplicate my movieclip.
    Which I do like this:
    _root.bilde1.snowflake.duplicateMovieClip('snow',' snow2',1,snow);

    then on the frame before I :

    _root.bilde1.snowflake.RemoveMovieClip('snow2');

    and that works! but it comes on top of my mask -anyone knows how to keep it inside the mask????????
    I have the mask on the bilde1 mc and then on a layer underneeth
    my snowmc.

    Then my second problem is that there must be a smarter way of looping it??????????
    Because the way I have done it make my snow suddenly disapair( where I remove my mc)


    Any easy tip on this -sorry for my bad English
    If this was hard to understand please se my attached .fla
    Attached Files Attached Files
    Last edited by Lennart1968; 12-06-2003 at 08:18 PM.
    Less is more!

  2. #2
    Senior Member Computer Dork's Avatar
    Join Date
    Mar 2001
    Location
    St. Louis
    Posts
    1,026
    forget all that and check out this thread:

    http://www.flashkit.com/board/showth...hreadid=508313

  3. #3
    Junior Member
    Join Date
    Nov 2003
    Posts
    25

    Thank you but.....still it comes ontop of my masking?

    Thanks that helped but still i have problem with my masking - of cours i could probably just rezize it exactly to my masking size but it should be possible to get that working within the mask or?????
    Less is more!

  4. #4
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    To mask duplicated clips you need to create the duplicates inside a "container" movie clip (hence you need to put your movie clip that is being duplicated inside this container) now you can mask the clip that contains the duplicated clips.

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