Hi Jack
I want to manage the type of ease from an xml
so what I've got after parsing my xml is a string like
"Strong.easeOut"
Do you know how to use this string in the params of ease
TweenMax.to(mc, 2, {alpha:0, ease:this["Strong.easeOut"]() })
of course it doesn't work but "you have the idea", I was wondering if there was a way to do it
thanks