ftrippie
11-19-2008, 02:09 PM
Hi Guys, back again with another question:
are the number of seconds in the tweens and timer supposed to be correct or depending on the hardware?
I have the movement below. If I play it on a IntelQ4 it goes much faster than on a laptop . In that same pano, I am also playing a VoiceOver and on my desktop it finishes correctly before going to the next pano, but on my laptop the voiceover is long finished before it finally goes to the next pano.
MovePano1="
pano.leash=free;
pano.pan=-59,10000;pano.tilt=-52,30000;pano.zoom=1.5,30000; timer+=1,30000,easyOut,doneHandler
doneHandler=loadPano(?panoName=ggle-sev&panHome=177&tiltHome=0,200,fade);
global.OnTransitionEnd=MovePano2()
"
are the number of seconds in the tweens and timer supposed to be correct or depending on the hardware?
I have the movement below. If I play it on a IntelQ4 it goes much faster than on a laptop . In that same pano, I am also playing a VoiceOver and on my desktop it finishes correctly before going to the next pano, but on my laptop the voiceover is long finished before it finally goes to the next pano.
MovePano1="
pano.leash=free;
pano.pan=-59,10000;pano.tilt=-52,30000;pano.zoom=1.5,30000; timer+=1,30000,easyOut,doneHandler
doneHandler=loadPano(?panoName=ggle-sev&panHome=177&tiltHome=0,200,fade);
global.OnTransitionEnd=MovePano2()
"