[Golist] Time for me to use HydroTween

Tollman Owens tollman.owens at gmail.com
Thu Nov 13 15:08:35 PST 2008


I guess I'm kinda out of the loop. I don't use quotes for position ala
fuse for relative positioning with hydrotween, so that may or not be
the issue. also there are no easing params on the second step in the
sequence. that could also be the issue I can look  at it in a bit when
I'm back at a computer if you like

t.o.


On 11/13/08, Joel Stransky <joel at stranskydesign.com> wrote:
> Working nicely so far. I'm just having an issue with creating
> non-paramertized HydroSequence instances.
> *this gives me implicit coercion errors*
> var seq1:HydroSequence;
> seq1 = new HydroSequence();
> seq1.addStep( { target:topBanner, scaleX:1, duration:.5, easing:Back.easeOut
> } );
> seq1.addStep( { target:topBanner, x:"10" } );
>
> 1118: Implicit coercion of a value with static type Object to a possibly
> unrelated type org.goasap.interfaces:IPlayable.
>
> But this works,
> var seq1:HydroSequence;
> seq1 = new HydroSequence({ target:topBanner, scaleX:1, duration:.5,
> easing:Back.easeOut }, { target:topBanner, x:"10" });
>
> Not a huge deal, just wondering if theres a way to get the first method to
> work.
>
> --Joel Stransky
> stranskydesign.com
>



More information about the GoList mailing list