[Golist] HydroTween filterRead Error
Patrick Figueroa
patrick.figueroa at gmail.com
Sat Sep 27 20:12:08 PDT 2008
Having a problem with a simple GlowFilter tween with HydroTween.
The following HydroTween returns an error:
HydroTween.go(this, {Glow_color:0x0000FF, Glow_blurX:8, Glow_blurY:8,
Glow_strength:3}, 2, 0, Elastic.easeOut);
// Error
ArgumentError: Error #1063: Argument count mismatch on
com.hydrotik.go::HydroTween$/filterRead(). Expected 2, got 3.
at com.hydrotik.go::HydroTween/propInit()
at com.hydrotik.go::HydroTween/start()
at com.hydrotik.go::HydroTween$/go()
//
Seems as though it's a mismatch on the color property? When removed
the HydroTween works but of course not with the color I want.
Thanks for any help.
Patrick
More information about the GoList
mailing list