Get triggered hotspot name without set it in parameter of action?

  • Hi everyone,
    is anyone have idea how to get triggered hotspot name without set it in parameter of action?
    I have an hotspot in scene1

    Zitat

    <hotspot name="spot1" style="skin_hotspotstyle" ath="5.394" atv="15.437" linkedscene="scene_2" />

    I have an hotspotstyle

    Zitat


    <style name="skin_hotspotstyle" url="%SWFPATH%/skin/hotspot.png" edge="top" oy="0"
    distorted="true"
    onclick="if(linkedscene, tween(scale,0.25,0.5); tween(oy,-20,0.5); tween(alpha,0,0.5); looktohotspot(); loadscene(get(linkedscene),null,MERGE,BLEND(1)); skin_updatescroll(); );"
    onhover="showtext(get(scene[get(linkedscene)].title));action();"
    />

    I have action

    Zitat

    <action name="action">
    ...
    </action>

    Any ideas? is it possible?

Jetzt mitmachen!

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