[Golist] HydroTween Callbacks
Patrick Figueroa
patrick.figueroa at gmail.com
Tue Aug 19 18:49:07 PDT 2008
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.
More information about the GoList
mailing list