A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Problem with masking and dupe'ing Mc's

  1. #1
    Member
    Join Date
    Oct 2002
    Location
    Melbourne, Australia
    Posts
    95

    Problem with masking and dupe'ing Mc's

    Hi, I dont know if anyone else has had this problem but it seems when ever I place a clip in the main time line (list_Mc) (which contains script for clip duplication and dynamic text loading) and add a mask over it in the layer above all the dynamic text boxes disappear, and the duplication script which use duplicateMovieClip() function fails.


    Any idea why this is happening!? I mean I want to use the mask to make a scroller to scroll the list_Mc, using a simple function increasing and decreasing the _y coordinate of list_Mc behind the mask.

    Please help
    (aka Rich81)

  2. #2
    Senior Member
    Join Date
    Jan 2001
    Posts
    1,017
    when u use duplicatmovie, u duplicate it to a higher level, that means that it will always be above the mask level and that means u cann't use mask for that
    mey the swartz be with you

    http://www.amirlotan.com

  3. #3
    Member
    Join Date
    Oct 2002
    Location
    Melbourne, Australia
    Posts
    95

    Any suggestions?

    ok, I thought that may be the problem :P
    Basically i duplicate rectangular shaped Mc's vertically one after the other. These rectangular Mc's have dynamic txt boxes, which are also populated dynamically. So, essentially in short the duped Mc's are labelled list items, and I want to make it so that I can scroll them. What would you do?

    Any help wouiild be muchly appreciated
    (aka Rich81)

  4. #4
    Senior Member
    Join Date
    Jan 2001
    Posts
    1,017
    make a function that will move everything together

    like

    function move(place){
    movi1._x=place
    movi2._x=place
    movi3._x=place
    movi4._x=place
    movi5._x=place
    etc....
    mey the swartz be with you

    http://www.amirlotan.com

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