Add more VIEWS to
your Pano
- Before you can call a view, there
has to be a variable declared in the pano you are loading.
- Open the FLA where you want to
add another view.
- In the 1st frame of the 'logic'
layer, you will see 'view0=ANUMBER' and 'arrowDefault0=ANUMBER'. The 'view[m]'
is an x value where the image will be centered in the Panoramic View Window
in the interface. The 'arrowDefault[n]' is a starting rotation for direction
indicator on the map.
- To add another view we make two
more variables, view[i+1]=YOURNEWSTART and arrowDefault[i+1]=YOURNEWROTATION,
where i is the number of views before you add one.
- We made a tool that helps you
find these values. In the main interface, load the pano you are working with
and press 'e' key, a little box should pop up giving you both readouts you'd
need. Just move the pano to where you want it to start and copy down the value,
same for the arrow.
- Once you created the two variables,
publish and you can now call your new view.