[Golist] Sequence step order

jon at shovemedia.com jon at shovemedia.com
Thu Dec 11 20:08:42 PST 2008


i kid you not. every other time. still haven't tracked it down,
but it looks like some sort of rogue garbage collection issue.
I tried the priority parameter too, but that's ineffective because
the priorities are tied to different steps, so they're not compared
with one another -- the dispatchers are different lineaGos

i'll work up a test case if i can...
:j

> Wait, I don't understand... what do you mean every other time? The
> events fire in different orders?
>
> Have you tried using the priority parameter of the AS3 event model?
> I've hit a few situations where that works wonders and it's built
> right in.
>
> -m
>
>
> On Dec 10, 2008, at 11:14 AM, Joel Stransky wrote:
>
>> That's pretty much how you do it. You could also set the steps as
>> sequential rather than parallel and use a custom advance
>> (sequenceCA) in the first step using the same pause.
>>
>> On Tue, Dec 9, 2008 at 8:43 PM, Jon Williams <jon at shovemedia.com>
>> wrote:
>> i created a simple parallel Sequence with a couple of LinearGo items
>> as steps
>> using the addToLastStep parameter of Sequence.addStep (is this right?)
>> works great. Even though they're set to run at the 'same time,' i
>> actually *do*
>> need to guarantee that the steps are initialized in the order the
>> steps are added.
>> (ie the GoEvent.STARTs need to fire in order )
>> And they do. Every other time.
>>
>> I temporarily hacked around it by adding a .01 pause to the 2nd tween.
>>
>> any better ideas?
>> thx
>> :j
>>
>> _______________________________________________
>> GoList mailing list
>> GoList at goasap.org
>> http://goasap.org/mailman/listinfo/golist_goasap.org
>>
>>
>>
>> --
>> --Joel Stransky
>> stranskydesign.com
>> _______________________________________________
>> GoList mailing list
>> GoList at goasap.org
>> http://goasap.org/mailman/listinfo/golist_goasap.org
>
> _______________________________________________
> GoList mailing list
> GoList at goasap.org
> http://goasap.org/mailman/listinfo/golist_goasap.org
>





More information about the GoList mailing list