[Golist] HydroTween Callbacks
donovan at hydrotik.com
donovan at hydrotik.com
Tue Aug 19 19:04:38 PDT 2008
HydroTween.go(textfield, {text:100}, 2, 0, Elastic.easeOut, null,
onUpdateHandler, null, [arg1, arg2, arg3]);
complete, update, completeArgs, updateArgs
On 8/19/08 9:49 PM, "Patrick Figueroa" <patrick.figueroa at gmail.com> wrote:
>
> Excuse me if this question has been brought up before, I searched my
> past Go emails and didn't find it.
>
> Is there a way of passing arguments to HydroTween callbacks. Something
> like:
>
> HydroTween.go(textfield, {text:100}, 2, 0, Elastic.easeOut, null,
> onUpdateHandler, [arg1, arg2, arg3]);
>
> private function onUpdateHandler(arg1, arg2, arg3):void{
> // do stuff here
> }
>
>
> thanks for the helps!
> patrick.
>
>
> _______________________________________________
> GoList mailing list
> GoList at goasap.org
> http://goasap.org/mailman/listinfo/golist_goasap.org
More information about the GoList
mailing list