Both movies have regular scripted tweens. so that is why I am afraid they
are conflicting with each other

On 4/4/07, Merrill, Jason <[EMAIL PROTECTED]> wrote:

Where's the code that has the motion tweens?

Jason Merrill
Bank of America
GT&O Learning & Leadership Development
eTools & Multimedia Team




>>-----Original Message-----
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] On Behalf
>>Of Helmut Granda
>>Sent: Wednesday, April 04, 2007 5:14 PM
>>To: Flashcoders mailing list
>>Subject: [Flashcoders] Combined Classes fail Tween Class
>>
>>I have a main class that will act as a holder for the rest of
>>my classes, somethig like this:
>>
>>//start sample
>>import com.views.*;
>>
>>class com.Application {
>>
>>    var menuL            : MovieClip;
>>    var contentLL        : MovieClip;
>>    var footerL            : MovieClip;
>>    var mc                 : MovieClip;
>>
>>    var target            : Application;
>>
>>    public function Application ( target:MovieClip ) {
>>
>>        mc = target;
>>        menuL             = mc.createEmptyMovieClip("menuL",
>>mc.getNextHighestDepth() );
>>        contentLL        = mc.createEmptyMovieClip("contentL",
>>mc.getNextHighestDepth());
>>        contentLL._y = 73;
>>
>>    init();
>>
>>    }
>>
>>    private function init() {
>>
>>        contentLL.loadMovie("intro.swf");
>>        menuL.loadMovie("menu.swf");
>>    }
>>}
>>
>>//end sample
>>The content load perfectly but only the latest movie plays as
>>if the latest movie stealed all the motion Tweens and used
>>them leaving the first movie "naked".
>>
>>Is this something common?
>>_______________________________________________
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training
>>http://www.figleaf.com http://training.figleaf.com
>>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to