[SOLVED]txtadd to a plugin.name problem

  • Hi,

    i use some "style" to slim down my xml but i meet the following problem :

    using this code :

    Code
    <style name="scrolling_thumbs_style"  group="thumbs" scale="0.5" align="left"
    		ondown="
    set(plugin[on_over].parent, get(name));
    tween(plugin[on_over].alpha, 1, 0.3);
    txtadd(custom_shadow, get(name),'_shadow');
    tween(plugin[custom_shadow].alpha, 0, 0.5);" 
    .....


    i apply this style to thumbs, and i use txtadd to try to resolve the original name of his child ,
    name of the thumb is : thumb_01 and name of his shadow child is thumb_01_shadow
    when i trace the custom_shadow this is the good name of his child, but the following tween alpha action don't works...
    is txt not a variable or ?? *confused*

    thanks

    z

    Einmal editiert, zuletzt von zadda (30. Juli 2015 um 12:25)

Jetzt mitmachen!

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