[Golist] overlap last step

Fredrik Håkansson Fredrik.Hakansson at cordovan.se
Mon Aug 25 08:05:04 PDT 2008


Hi!
Trying to get overlapping work with hydro sequence.
How do I do that?

I've tried:
var seq1:HydroSequence = new HydroSequence(
  {target:office1, alpha:1, duration:3, easing:Quadratic.easeOut},
  {target:office1, x:100, duration:4, advance:new OnDurationComplete(2) },
  {target:office1, alpha:0, duration:1 }
);
seq1.start();

/f-type



More information about the GoList mailing list