View Full Version : Automatic tour
Yannis
06-14-2007, 01:04 PM
I would like to make a offline automatic tour, like:
Open the first pano, use the autorotator during 10 seconds or 360 degres and then automatickly go to to next pano, etc...
Or more complex be able to add an action: like zoomin and zoomout, open picture close it and then load next pano.
I don t really know wich hotspot parameters, should I choose.
I know the feature with PurePlayer.
Many Thanks
Y.
jaaaab
06-14-2007, 03:58 PM
Hi,
have a look on the timer function in the scripting doc.
it allows you to set an action to be started in X seconds :D
you can then program loadpano etc...
have fun!
++
Yannis
06-14-2007, 06:59 PM
Hi Jaaaab,
Should I create the action in the <global> or create un <spot> to activate this action.
I havent got a big logic for scripting. I am a bit lost. :roll:
Can you give a clearer direction.
Thanks
Y.
Yannis
06-15-2007, 03:59 PM
I m impressed myself.
I start a simple automatic tour with:
<global onStart="loadPano(salon.swf);timer+=1,5000,,nextPano0" nextPano0="loadPano(cuisine.swf);timer+=1,5000,,nextPano1"nextPano1="loadPano(bain.swf);timer+=1,5000,,nextPano2" nextPano2="loadPano(chambre.swf);timer+=1,5000,,nextPano3" nextPano3="loadPano(salon.swf);timer+=1,5000,,nextPano0">
Y.
Denis
06-16-2007, 02:17 PM
Cool!
I'm going to make autotour example myself, but it looks like Yannis can do it first. :D
This is great. :)
Yannis
06-21-2007, 08:21 PM
Hi,
I m trying to deeper with the automatic tour.
Like add a direction and then zoom before to go the next pano
MoveTo01 to moveTo02 is fine but dont load the nextPano01
Why?
<global onStart="loadPano(salon.swf);timer+=1,8000,,moveTo01"
moveTo01="change:0,pan,-148,2000; change:0,tilt,0,2000,,moveTo02"
moveTo02="timer+=0,3000; change:0,zoom,3,3000,,nextPano01"
nextPano01="loadPano(cuisine.swf);timer+=1,5000,,moveTo03"
moveTo03="change:0,pan,56,2000; change:0,tilt,0,2000,,moveTo04"
moveTo04="timer+=0,3000; change:0,zoom,3,3000,,nextPano01">
Denis
06-28-2007, 07:19 PM
You need Flash Tracer tool to see the order of commands and debug your auto tour.
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.