I am attaching the dots at a position well within the area of the target movieClip. Also, the dots MUST be loaded into this MC because the MC will be programmatically scaled up and moved, and the red dots need to grow and move with it.

I just need to know why the width and height of the MC is getting messed up. There's no good visible reason.

Thanks,
-Carlos-


On Oct 8, 2005, at 5:56 AM, [EMAIL PROTECTED] wrote:

Message: 13
Date: Sat, 8 Oct 2005 12:47:18 +1000
From: Chris Velevitch <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] attachMovie woes
To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
Message-ID:
    <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

It sounds like you are attaching the dots at a position outside of the
area of the target movieclip. Thus the result is the target movieclip
is now bigger.

It might be better if you attached the dots to the parent of the
target clip. That way you are not changing the target clip.

Does that make sense?


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to