FashGek / hotween

Automatically exported from code.google.com/p/hotween
0 stars 0 forks source link

Make sequence OnStart happen before nested tween OnStart #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Output:
Tween1:OnStart
Seq:OnStart
SubSeq:OnStart
Tween1:OnComplete
Tween1:OnComplete
SubSeq:OnComplete
Seq:OnComplete

Expected result of my thought should be:
Seq:OnStart
SubSeq:OnStart
Tween1:OnStart
Tween1:OnComplete
SubSeq:OnComplete
Seq:OnComplete

Original issue reported on code.google.com by daniele....@gmail.com on 16 Jul 2012 at 11:48

GoogleCodeExporter commented 9 years ago
Can't do. Tweeners in subsequences need to start before the sequence starts, in 
order to be initialized correctly. This means they will all start in the same 
timeframe, but in a different order.

Original comment by daniele....@gmail.com on 19 Jul 2012 at 3:51

GoogleCodeExporter commented 9 years ago
Reopened in collaboration with yuewahchan, who will help with testing once I 
have a fixed beta

Original comment by daniele....@gmail.com on 23 Jul 2012 at 8:56

GoogleCodeExporter commented 9 years ago

Original comment by daniele....@gmail.com on 23 Jul 2012 at 8:56

GoogleCodeExporter commented 9 years ago
Waiting for yuewahchan from Unity forums to confirm that the new build fixes 
this issue

Original comment by daniele....@gmail.com on 24 Jul 2012 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by daniele....@gmail.com on 11 Dec 2013 at 12:18