Code:
action ComplexBlur
{

my.material = ComplexBlur_mat;

}


no ()'s?
Code:
action ComplexBlur()
{

my.material = ComplexBlur_mat;

}