PDA

View Full Version : What is that autorotate-plugin-like thing ?


aiwetir
03-16-2009, 08:06 PM
the one people are using to move a pano after it loads from it's initial view to some other pan tilt and zoom ? i can't even seem to find an example now that i want to see one.

oh nevermind if figured it out ;

<global onStart="move();" move="pano.pan=-23,1900;pano.tilt=-28,1900;pano.zoom=.66,1900">

BionicDroid
03-16-2009, 09:02 PM
This short example begin move your pano to new position after loads (pan=-60 and tilt=-15), the duration of this animation is one second.
The value 1000 means 1000 milliseconds=1 second, sorry about my English ;)


<hotspots>
<global onLoad="pano.pan=-60,1000;pano.tilt=-15,1000;" >



</global>
</hotspots>