[Golist] Hydrotik SeqeunceCA trigger/advance

Patrick Figueroa patrick.figueroa at gmail.com
Thu Jul 31 10:32:04 PDT 2008


Hello all, I'm not only a beginning Go and Hydro user but also just  
getting into AS3. I'm having a small problem with trying to get Hydro  
to do an advance "trigger" or skip ahead. When I do a simple sequence  
like this:

import org.goasap.*;
import com.hydrotik.go.*;
import flash.display.*;
import fl.motion.easing.*;

sq1 = new HydroSequence(
	{target:sq_mc, x:1000, duration:1, easing:Elastic.easeOut},
	{target:sq_mc, advance:new OnDurationComplete(0.5), y:0, duration:0.4}
);

sq1.start();


I get the error:
1180: Call to a possibly undefined method OnDurationComplete.

I'm assuming that I haven't imported something properly? Thanks for  
bearing with my as3 growing pains.

Patrick





More information about the GoList mailing list