[Golist] HydroTween Callbacks
Patrick Figueroa
patrick.figueroa at gmail.com
Tue Aug 19 21:18:09 PDT 2008
Thanks Donovan. Is there more in depth documentation than what's at http://blog.hydrotik.com/category/as3/
? I just want to make sure I've looked through the possible
resources before I ask any questions. Thanks.
P.
On Aug 19, 2008, at 10:04 PM, donovan at hydrotik.com wrote:
> 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
>
>
>
>
> _______________________________________________
> GoList mailing list
> GoList at goasap.org
> http://goasap.org/mailman/listinfo/golist_goasap.org
More information about the GoList
mailing list