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)');

    Einmal editiert, zuletzt von VN2009 (22. Dezember 2010 um 17:55)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!