**Gelöst** Hotspots mit Schowtext

  • Hallo Forum,
    ich bau mir grad Hotspots mit Textfeld.
    Problem ist:
    ich brauche in einer Scene 3 Hotspots. Er zeigt mir aber leider immer nur den letzten eingetragenen Hotspot an.


    <hotspot name="eingang" style="hotspot_ani_black"
    ath="107.56"
    atv="-3.53"
    alpha="0.3"
    onhover="set(alpha,1.0);"
    onout="set(alpha,0.3);showtext(raus hier,tooltip);"
    zoom="false"
    onclick="looktohotspot(get(name)); loadscene('scene_1eingang',null,MERGE,BLEND(1));"
    />


    <hotspot name="3ausstellung" style="hotspot_ani_white"
    ath="5.94"
    atv="3.98"
    alpha="0.3"
    onhover="set(alpha,1.0);"
    onout="set(alpha,0.3);showtext(Die Ausstellung,tooltip);"
    zoom="false"
    onclick="looktohotspot(get(name)); loadscene('scene_3ausstellung',null,MERGE,BLEND(1));"
    />


    <hotspot name="4verkauf" style="hotspot_ani_white"
    ath="-56.77"
    atv="-0.38"
    alpha="0.3"
    onhover="set(alpha,1.0);"
    onout="set(alpha,0.3);showtext(Verkauf,tooltip);"
    zoom="false"
    onclick="looktohotspot(get(name)); loadscene('scene_4verkauf',null,MERGE,BLEND(1));"
    />

    hat jemand eine Idee woran es liegen könnte?

    LG Heino *unsure*

    Edited 2 times, last by Fischlein (April 3, 2011 at 1:36 PM).

Participate now!

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