[Flashcoders] Flash8: Duplicate Movie problem

2006-11-27 Thread Ricardo Portilho
Hello, I am trying to use a simple duplicate movie in Flash8 AS2, it works fine in FlashMX, but I canĀ“t to "translate it" into AS2, Flah8: movie clip Duplicate Line Frame 1: //obs: line is the mc instance name setProperty("line", _y, getProperty("line", _y)+4); duplicateMovieClip("line", "tope

Re: [Flashcoders] Flash8: Duplicate Movie problem

2006-11-27 Thread Janis Radins
That code is so retard, get moving away from flash 4 syntax, it's 2006 out there! Try this: line._y += 4; line.duplicateMovieClip("tope"+t, t); t++; if(line._y > 75) { stop(); } And frame loops are bad fasion btw. Use SomeMovieClip.onEnterFrame or setInterval() for timed loop. One more thing is

Re: [Flashcoders] Flash8: Duplicate Movie problem

2006-11-27 Thread Ricardo M. Portilho
mailing list" Sent: Monday, November 27, 2006 6:10 AM Subject: Re: [Flashcoders] Flash8: Duplicate Movie problem That code is so retard, get moving away from flash 4 syntax, it's 2006 out there! Try this: line._y += 4; line.duplicateMovieClip("tope"+t, t);

RE: [Flashcoders] Flash8: Duplicate Movie problem

2006-11-27 Thread Mike Mountain
the original Cheers M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Ricardo Portilho > Sent: 27 November 2006 09:01 > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] Flash8: Duplicate Movie problem > > Hello, &

RE: [Flashcoders] Flash8: Duplicate Movie problem

2006-11-27 Thread Mike Mountain
Sorry var t= this.getNextHighestDepth(); > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: 27 November 2006 15:15 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] Flash8: Duplicate Movie p

Re: [Flashcoders] Flash8: Duplicate Movie problem

2006-11-27 Thread Ricardo M. Portilho
Monday, November 27, 2006 12:20 PM Subject: RE: [Flashcoders] Flash8: Duplicate Movie problem Sorry var t= this.getNextHighestDepth(); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Mountain Sent: 27 November 2006 15:15 To: Flashcoders mailing