Animation of hotpot does not work

  • I'm trying to implement a hotspot animation here is a working link
    http://www.pov360.co/noble-energy/index.html
    For some reason I can not control some parameters
    Line width, color and size of circles, the code ignores all changes
    Do you have an idea what might be the problem? TNX!

    This is my code

    krpano.call("addlayer(" + item + "bigCircle);");
    krpano.call("set(layer[" + item + "bigCircle].parent, hotspot[" + item + "]);");
    krpano.call("set(layer[" + item + "bigCircle].url, 'textfield.swf');");
    krpano.call("set(layer[" + item + "bigCircle].align, 'center');");
    krpano.call("set(layer[" + item + "bigCircle].background, 'false');");
    krpano.call("set(layer[" + item + "bigCircle].width, 50);");
    krpano.call("set(layer[" + item + "bigCircle].height, 50);");
    krpano.call("set(layer[" + item + "bigCircle].border, true);");
    krpano.call("set(layer[" + item + "bigCircle].bordercolor, 0x9d2430);");
    krpano.call("set(layer[" + item + "bigCircle].borderwidth, 120.0);");
    krpano.call("set(layer[" + item + "bigCircle].roundedge, 50);");
    krpano.call("set(layer[" + item + "bigCircle].ath, " + ath + ");");
    krpano.call("set(layer[" + item + "bigCircle].atv, " + atv + ");");

Participate now!

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