Krpano Documentation ~repack~ Jun 2026

if(tour_completed === true, trace('User finished tour'); set(layer[finish_banner].visible, true); , trace('Tour in progress'); set(layer[finish_banner].visible, false); ); Use code with caution. Essential Built-in Actions set(variable, value) : Assigns a value to a property. get(variable) : Retrieves the current value of a property.

fovmin / fovmax : Limits preventing users from zooming too far in or out. / krpano documentation

The documentation can feel dense. Here is a strategy for finding what you need: if(tour_completed === true

if(tour_completed === true, trace('User finished tour'); set(layer[finish_banner].visible, true); , trace('Tour in progress'); set(layer[finish_banner].visible, false); ); Use code with caution. Essential Built-in Actions set(variable, value) : Assigns a value to a property. get(variable) : Retrieves the current value of a property.

fovmin / fovmax : Limits preventing users from zooming too far in or out. /

The documentation can feel dense. Here is a strategy for finding what you need: