Skip to main content
Perfect_Nemus
Known Participant
July 2, 2009
Question

Foreground and BackGround MovieClip

  • July 2, 2009
  • 1 reply
  • 638 views

Hi guys,

i need help about a MC created by AS 3.

This MC is Reflect class that extends MC class; when i instance it, the newer Mc is always on the foreground, even if its layer is on the backgrond. So what i have to do?

This topic has been closed for replies.

1 reply

July 2, 2009

If you are adding them Using AS3.

  1. Either make sure the background movieclip is added before foreground OR
  2. Make sure you use addChildAt(<movie clip name>, <layer index>) method to add on a specific layer. OR
  3. Once all the movie clips are added then again call <foreground movieclip name>.parent.addChild();

If that doesn't help paste your code here.

Perfect_Nemus
Known Participant
July 3, 2009

I'll let you know

July 3, 2009

OK