Re: [Flashcoders] crazy spacing issue -- was (no subject)

2006-04-14 Thread Flash guru
t; > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of elibol > Sent: Friday, April 14, 2006 5:38 AM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] crazy spacing issue -- was (no subject) > > I didn't even see

RE: [Flashcoders] crazy spacing issue -- was (no subject)

2006-04-14 Thread Keith Reinfeld
t: Re: [Flashcoders] crazy spacing issue -- was (no subject) I didn't even see this reply, gmail didn't associate it due to the RE; seems I replied for no reason! On 4/13/06, Keith Reinfeld <[EMAIL PROTECTED]> wrote: > > Hi, > > The 'crazy spacing issue' is due to how

Re: [Flashcoders] crazy spacing issue -- was (no subject)

2006-04-14 Thread elibol
I didn't even see this reply, gmail didn't associate it due to the RE; seems I replied for no reason! On 4/13/06, Keith Reinfeld <[EMAIL PROTECTED]> wrote: > > Hi, > > The 'crazy spacing issue' is due to how you are setting the movePos > variable > in the checkState function. > > v

RE: [Flashcoders] crazy spacing issue -- was (no subject)

2006-04-13 Thread Keith Reinfeld
Hi, The 'crazy spacing issue' is due to how you are setting the movePos variable in the checkState function. var movePos = menu["clip"+j]._x + (cliptoMove._width/2); The problem here (when you scrub the mouse) is that you are grabbing the clip's _x in mid-animation. I su