PDA

View Full Version : timed tilt to horizon independend of rotate question


carel
07-19-2009, 05:23 PM
I have a pano that needs to start looking straight down, but then I want it to tilt up to 0 in a number of seconds. This should function independent of the autorotator on/off. Looking at Denis's example for timer, I tried this without success:
loadPano(?panoName=images/5&panHome=-62&tiltHome=-90&zoomHome=0.8,200,fade); timer+=1,10000,,tiltUpslow" tiltUpslow="tiltHome=0"
How should I do this different?

Carel Struycken

christophe
07-19-2009, 11:22 PM
Hi Carel,

I've tried this solution, and it could help you (I hope) !

In the global part write this :
move="pano.tilt=0,10000"
and loadPano :
loadPano(?panoName=images/5&panHome=-62&tiltHome=-90&zoomHome=0.8,200,fade); global.onTransitionEnd=move

It could works if i understand well your "tiltUpslow" ! if you want to tilt up slow then it works, if you want to wait 10000 milliseconds and after tilt up, this is not the good way.

Regards

Christophe

carel
07-29-2009, 08:28 PM
Thanks for the answer Christophe. Apologies that I took so long. Was traveling last week. This works. It tilts to horizon and then resumes rotation. I guess there is no way to have rotation continue while tilting? This is possible with Pano2vr.

Carel

Trausti Hraunfjord
07-29-2009, 08:48 PM
Yes Carel, that can be done. Either use the autorotator provided by Redshift-Blueshift HERE (http://flashpanoramas.com/forum/showthread.php?t=2359) ... or wait for the next update of Flashificator where the auto-leveling autorotator is implemented in the UI.