Why does this not work? Fixed views.

  • Anyone see any issues with this very simple intro action? It worked the first few times I tested it, and then just stopped working. It's not in any way what I plan but just a test and it no longer works.


    <krpano version="1.0.8.14" onloaded="intro();">

    <view fovmax="100" fovmin="43" fov="80" fovtype="MFOV" vlookat="0" hlookat="0" architectural="1.0" />

    <preview url="1007.tiles/preview.jpg" />


    <action name="intro">
    set(view.fov,60);
    set(view.vlookat,0);
    set(view.hlookat,0);
    wait(4);
    set(view.fov,90);
    set(view.vlookat,0);
    set(view.hlookat,90);
    wait(4);
    set(view.fov,80);
    set(view.vlookat,0);
    set(view.hlookat,180);
    wait(4);
    set(view.fov,70);
    set(view.vlookat,0);
    set(view.hlookat,270);
    wait(4);
    </action>

Participate now!

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