[Golist] Hydrotik SeqeunceCA trigger/advance

Langston Richardson artasdsign at mac.com
Thu Jul 31 10:40:07 PDT 2008


Funny that you mentioned this Patrick. We're doing a Pet food web site  
and have been getting the same issue.

Langston

On Jul 31, 2008, at 12:32 PM, Patrick Figueroa wrote:

>
> 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
>
>
>
> _______________________________________________
> GoList mailing list
> GoList at goasap.org
> http://goasap.org/mailman/listinfo/golist_goasap.org




More information about the GoList mailing list