Re: [Flashcoders] NOOBed - wtf basic procedural tween skipping

2010-09-29 Thread Cédric Muller
We, almost everyone here, feel deeply sorry for what you are observing. As Thom said, we ve all been on /that/ path some for years now anyway, this might help you understand what is going on with Flash Player engine

Re: [Flashcoders] NOOBed - wtf basic procedural tween skipping

2010-09-29 Thread jared stanley
i'm not looking for a way to tween things, i'm looking for an explanation on why this happens? i've never noticed it but it must be this framerate+velocity range or something thanks for your input! On Wed, Sep 29, 2010 at 10:48 AM, tom rhodes wrote: > he did say in the original post that a moti

Re: [Flashcoders] NOOBed - wtf basic procedural tween skipping

2010-09-29 Thread tom rhodes
he did say in the original post that a motion tween was smooth! On 29 September 2010 19:25, Taka Kojima wrote: > This is going to sound abrupt but have you ever heard of a tweening engine? > > http://www.greensock.com/tweenlite/ > > On Wed, Sep 29, 2010 at 10:02 AM, Bob Wohl wrote: > > > Up th

Re: [Flashcoders] NOOBed - wtf basic procedural tween skipping

2010-09-29 Thread Taka Kojima
This is going to sound abrupt but have you ever heard of a tweening engine? http://www.greensock.com/tweenlite/ On Wed, Sep 29, 2010 at 10:02 AM, Bob Wohl wrote: > Up the frame rate and lower the x position update or use a tweening > class. For the most part I don't really see any skipping/chug

Re: [Flashcoders] NOOBed - wtf basic procedural tween skipping

2010-09-29 Thread Bob Wohl
Up the frame rate and lower the x position update or use a tweening class. For the most part I don't really see any skipping/chugging. On Wed, Sep 29, 2010 at 9:45 AM, jared stanley wrote: > hey gang i have no idea what's going on here - > > http://lab.freestyleinteractive.com/jared/wtf/ > > thi

Re: [Flashcoders] NOOBed - wtf basic procedural tween skipping

2010-09-29 Thread tom rhodes
yup, pretty much always been there, depends on your actual framerate. to make it smooth you'll have to do something timebased to calculate the position... On 29 September 2010 18:45, jared stanley wrote: > hey gang i have no idea what's going on here - > > http://lab.freestyleinteractive.com/ja

[Flashcoders] NOOBed - wtf basic procedural tween skipping

2010-09-29 Thread jared stanley
hey gang i have no idea what's going on here - http://lab.freestyleinteractive.com/jared/wtf/ this is a basic tween, clip.x+=20 or whatever. It's totally skipping/chugging? what is up with that? doing a motion tween looks fine, it's just when it's procedural that it's funky. We started noticing