[Golist] Hydro Sequencing
Shane Colella
scolella at qorvis.com
Tue Jun 10 05:01:44 PDT 2008
Howdy Group,
I was trying to build a sequence in HydroTween by pushing
objects into the sequence from a loop that loads different movieclips to
no avail this morning.
I'm wondering if any of the gurus here could help.
What would be the most efficient and best practice to build
a sequence on the fly? I had done this in the past with fuse but it
doesn't seem to work the way I think it should,...
Here is how I have last tried so far
var sequence1:SequenceCA = HydroTween.sequence();
(the following is inside the function that plays every time a new item
has been pushed onto arrThumbs)
var tmpMC:MovieClip = _arrThumbs[i] as MovieClip;
sequence1.push({target:tmpMC, scaleX:1, scaleY:1, alpha:1,
easing:Quartic.easeIn});
then I call this function after all my thumbnails have loaded
public function startThumbIntro():void {
sequence1.start();
}
Any one that can shed some light on this process would be great,...
Thanks
Hope you cats are having fun at flashBelt....
Shane Michael Colella
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://goasap.org/pipermail/golist_goasap.org/attachments/20080610/df678649/attachment.html
More information about the GoList
mailing list