A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Duplicated MC in memory

  1. #1
    Member
    Join Date
    Feb 2002
    Posts
    48

    Duplicated MC in memory

    Lets say I have a movieclip which I keep duplicating on the stage using the same name but different depths on every enterframe event.

    Does this lead to consumption of higher memory. Or is it that only one MC will remain in memory, since the instance name will always be maintained.

    Regards,
    Mariam Dholkawala
    "It's never too late to be what you might have been."

  2. #2
    Senior Member
    Join Date
    Aug 2002
    Location
    Dublin, Ireland
    Posts
    1,749
    Why on earth would you want to do that?

    If you want a single movieclip on stage but want to change depths, use .swapDepth();

    If you want several movieclips on stage using the same design, use attachMovie(); or duplicateMovieClip(); but use a different instance name as otherwise you can't access them using ActionScript.

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