A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Layers and duplicateMovieClip();

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    10
    Hi,
    I'm using duplicateMovieClip() to draw a few things through ActionScript.
    I have a frame that should be around of the thing that I'm drawing. Currently the movies are on top of this Frame, but they should stay behind it.

    How do I realize that?

    Cheers
    Markus

  2. #2
    Senior Member
    Join Date
    Sep 2000
    Posts
    467
    oké let me explain a bit:
    when you duplicate a mc, you have to give it a depth. so if the depth of a mc is higher than another, it will be on top of this other mc.

    now when you duplicate mc and give it a depth, it will always be on top not duplicated movies.

    so how to solve your problem? make a mc of what you want to place on top, duplicate this mc and give it a depth that is higher than the other mc's.

    ^1letser

  3. #3
    Junior Member
    Join Date
    Apr 2001
    Posts
    10
    Thanks
    I'll try use that.

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