Logged In: NO

Hi,

Have you tried this:

Effect.grow(label, new EffectOption[] {
new EffectOption("direction", "center"),
new EffectOption("duration", 5.0)
});

ie, without the d indicating it's a double? I've had success with durations and effects, though not using grow.

Dan