zusätzlich grafik einblenden, wenn hotspots sichtbar sind

  • guten morgen,

    ich habe ein action, um per klick die poly-hotspots sichtbar zu machen.

    jetzt versuche ich zusätzlich zu der farbänderung des hotspots dort eine kleine grafik einzubinden.

    eigentlich müßte das ja hier rein, aber wie?? set(hotspot[%1].fillcolor,0xFFCC00);,


    <action name="toggle_alpha">
    if (hotspot[%1].point.count != 0,
    switch(hotspot[%1].fillalpha,0,0.4);
    set(hotspot[%1].fillcolor,0xFFCC00);,
    );
    </action>

    jemand einen tipp?

    danke markus

Participate now!

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