autorotate in latest vtour not working?

  • Hello,
    I´ve created a tour with vtour-droplet and added following autorotate-code

    Code
    <events onloadcomplete="set(autorotate.enabled,true);" /> 
    
    
    <autorotate enabled="true"
                waittime="0" 
                speed="3.0" 
                horizon="0.0" 
                tofov="120.0" 
                />


    But autorotate doesn´t start. I figured out in krpano pr12 it´s working, but since pr13 this code doesn´t work.
    Why that?

    best,
    Marc

  • okay, everything clear now - I had some code in another xml which seems to work since pr13 :)

    Code
    set(events.onloadcomplete, if(plugin[rotateoff].visible == true, set(autorotate.enabled,true), set(autorotate.enabled,false) ); );

Jetzt mitmachen!

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