Convert this from fpp to krpano

  • Hi

    Can anyone tell me how to convert this in fpp:

    to krpanp code. It basically flashes up a "click and drag to view" graphic for a few seconds and then "use mouse wheel to zoom" graphic for another few seconds after the first pano loads.

    Thanks

    Masten

  • Hi,

    I have never used FPP so I'm not sure what 'timer+=1,1500' (a delayedcall?) or 'onTransitionEnd' means ,
    but may try that code:

    Code
    flash_click="set(plugin[click_hint].visible,true); tween(plugin[click_hint].alpha, 1.0, 0.4); delayedcall(1.5, flash_click_2() );"
    flash_click_2="tween(plugin[click_hint].alpha, 0.0, 0.4, default, flash_click_3() );"
    flash_click_3="set(plugin[click_hint].visible,false); flash_zoom();"
    
    
    flash_zoom="set(plugin[zoom_hint].visible,true); tween(plugin[zoom_hint].alpha, 1.0, 0.4); delayedcall(1.5, flash_zoom_2() );"
    flash_zoom_2="tween(plugin[zoom_hint].alpha, 0.0, 0.4, default, flash_zoom_3() );"
    flash_zoom_3="set(plugin[zoom_hint].visible,false);"

    That settings need to be attributes from the elements that will be clicked, otherwise put each code in separate <action> elements.

    Best regards,
    Klaus

Participate now!

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