Re: [Flashcoders] createEmptyMovieClip for flash player 7

2006-03-31 Thread Rich Rodecker
s a reference to the movieclip it created, yes, > just like attachMovie does. It did this in Flash 6, too. > > - Original Message - > From: "Peter O'Brien" <[EMAIL PROTECTED]> > To: "Flashcoders mailing list" > Sent: Thursday, March 30, 2006 10:3

Re: [Flashcoders] createEmptyMovieClip for flash player 7

2006-03-31 Thread JesterXL
March 30, 2006 10:34 AM Subject: [Flashcoders] createEmptyMovieClip for flash player 7 createEmptyMovieClip shouldn't return a mc for Flash Player 7, correct? I ask because my flash ide is telling me in a roundabout way it does, in my class: mcExample=stage.createEmptyMovieClip('mcExample',

Re: [Flashcoders] createEmptyMovieClip for flash player 7

2006-03-31 Thread Rich Rodecker
no,createEmptyMovieClip has always returned a reference to the newly created clip. createTextField didn't, and it confused a lot of people, maybe thats where you are getting caught up? On 3/30/06, Peter O'Brien <[EMAIL PROTECTED]> wrote: > createEmptyMovieClip shouldn't return a mc for Flash Pl

[Flashcoders] createEmptyMovieClip for flash player 7

2006-03-31 Thread Peter O'Brien
createEmptyMovieClip shouldn't return a mc for Flash Player 7, correct? I ask because my flash ide is telling me in a roundabout way it does, in my class: mcExample=stage.createEmptyMovieClip('mcExample',10); // in a separate method: trace(mcExample);// Output: level0.mcExample In flash IDE in