Re: [Flashcoders] AS3 and duplicateMovieClip

2005-12-08 Thread Martin Wood

youre absolutely right. at last you can re-parent clips :)

Sascha Balkau wrote:
Thanks for pointing me to the migration section! I see now theres all 
kinds of methods replaced by OOP structuring. And I guess that means 
that movieclips can be duplicated to anywhere beyond it's own container 
in AS3! Correct me if I'm wrong!


Sascha




--
Martin Wood

http://relivethefuture.com/choronzon
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] AS3 and duplicateMovieClip

2005-12-08 Thread Sascha Balkau
Thanks for pointing me to the migration section! I see now theres all kinds 
of methods replaced by OOP structuring. And I guess that means that 
movieclips can be duplicated to anywhere beyond it's own container in AS3! 
Correct me if I'm wrong!


Sascha



- Original Message - 
From: "Troy Rollins" <[EMAIL PROTECTED]>

To: "Flashcoders mailing list" 
Sent: Thursday, December 08, 2005 1:03 PM
Subject: Re: [Flashcoders] AS3 and duplicateMovieClip




On Dec 7, 2005, at 10:53 PM, Sascha Balkau wrote:

I'm not very familiar with AS3 yet but is there no duplicateMovieClip 
anymore? At least I couldn't find anything about it on the AS3 reference 
(http://livedocs.macromedia.com/labs/1/flex/langref/index.html). Or does 
some of these methods completely have been replaced by something else?
With Flash 8 AS2 nothing has been changed about duplicateMovieClip, so 
it's still not possible to duplicate a clip from one container into 
another. I was hoping it will be possible with AS3.

Anyone knows more about it?


duplicateMovieClip() ->
flash.display.MovieClip.MovieClip()

(Replaced by new MovieClip class constructor function.)


Found under the AS2 to AS3 migration section.
--
Troy
RPSystems, Ltd.
http://www.rpsystems.net

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


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


Re: [Flashcoders] AS3 and duplicateMovieClip

2005-12-07 Thread Troy Rollins


On Dec 7, 2005, at 10:53 PM, Sascha Balkau wrote:

I'm not very familiar with AS3 yet but is there no duplicateMovieClip 
anymore? At least I couldn't find anything about it on the AS3 
reference 
(http://livedocs.macromedia.com/labs/1/flex/langref/index.html). Or 
does some of these methods completely have been replaced by something 
else?
With Flash 8 AS2 nothing has been changed about duplicateMovieClip, so 
it's still not possible to duplicate a clip from one container into 
another. I was hoping it will be possible with AS3.

Anyone knows more about it?


duplicateMovieClip() ->
flash.display.MovieClip.MovieClip()

(Replaced by new MovieClip class constructor function.)


Found under the AS2 to AS3 migration section.
--
Troy
RPSystems, Ltd.
http://www.rpsystems.net

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


[Flashcoders] AS3 and duplicateMovieClip

2005-12-07 Thread Sascha Balkau

Hi list,

I'm not very familiar with AS3 yet but is there no duplicateMovieClip 
anymore? At least I couldn't find anything about it on the AS3 reference 
(http://livedocs.macromedia.com/labs/1/flex/langref/index.html). Or does 
some of these methods completely have been replaced by something else?
With Flash 8 AS2 nothing has been changed about duplicateMovieClip, so it's 
still not possible to duplicate a clip from one container into another. I 
was hoping it will be possible with AS3.

Anyone knows more about it?

Thanks,
Sascha

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