changing the 'effect' can it be done?

  • i have some buttons that have a red glow. onclick i would like the glow to change green. nothing works though. can it even be done? i have tried.

    onclick="switch(effect, glow(0xfd0101,1,3,10), glow(0x01ff1f,1,3,10));"

    tween(plugin[%4].effect, glow(0x01ff1f,1,3,10));
    set(plugin[%4].effect, glow(0x01ff1f,1,3,10));
    txtadd(plugin[%4].effect, glow(0x01ff1f,1,3,10));

    tween(plugin[%4].effect, 'glow(0x01ff1f,1,3,10)');
    set(plugin[%4].effect, 'glow(0x01ff1f,1,3,10)');
    txtadd(plugin[%4].effect, 'glow(0x01ff1f,1,3,10)');

    Edited once, last by VN2009 (December 22, 2010 at 5:55 PM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!