Hi badlogic - correct, just plain old AS3. My understanding is that there are only 2 AS3 Runtimes : normal and Starling. I've been using the Starling without issues, but this current project needs to be done in normal AS3.
I've double checked all I can think of, yet, the slow (15 sec idle animation) stutters, jerks, lags when I call for the animation to play:
var tmpTE:TrackEntry = SK_VTop_Fauna.state.setAnimationByName(0, "IDLE1", true);
I've also set the quick animations (2 seconds or less) with
tmpTE.timeScale
value set to some small value - they also will do the stutter/jerky movement.
Very perplexing. :wonder: