You are not logged in.

virtual pete

Intermediate

  • "virtual pete" started this thread

Posts: 245

Location: Nerja

Occupation: Holiday rentals Nerja Costa del Sol

  • Send private message

1

Thursday, November 28th 2013, 1:46pm

Next scene suto transition

Hi, I am an easypano defector and need to re-create the auto transition between scenes as well as have them auto rotate at a given speed. Can anyone point me in the right direction as to where I can find the xml attributes for this?

Many thanks in anticipation

virtual pete

Intermediate

  • "virtual pete" started this thread

Posts: 245

Location: Nerja

Occupation: Holiday rentals Nerja Costa del Sol

  • Send private message

2

Tuesday, December 3rd 2013, 12:24pm

Any ideas as I am struggling with this ???

view360

Beginner

Posts: 25

Location: Chennai

Occupation: Virtual Tour Photographer

  • Send private message

3

Tuesday, December 3rd 2013, 12:58pm

Hi,

I found this script from "billijones" - Real Estate pano's - post

Quoted

<krpano version="1.16" onstart="bombtimer(0); startup();">

<action name="startup">
if(startscene === null, copy(startscene,scene[0].name));
loadscene(get(startscene), null, MERGE);
</action>

<action name="bombtimer">
set(bt,%1);
add(bt,1);
delayedcall(1, bombtimer(get(bt)));
if(bt == 42, set(bt,0); nextscene();, );
</action>

<action name="nextscene">
set(ns, get(scene[get(xml.scene)].index) );
set(maxs, get(scene.count) );
add(ns,1);
if(ns == maxs, set(ns,0);, );
loadscene( get(scene[get(ns)].name ), null, MERGE, BLEND(1.5) );
</action>

<autorotate enabled="true" waittime=".5" accel="5.0" speed="8.2" horizon="0.0" tofov="off"/>


thanks "Billijones",

virtual pete

Intermediate

  • "virtual pete" started this thread

Posts: 245

Location: Nerja

Occupation: Holiday rentals Nerja Costa del Sol

  • Send private message

4

Tuesday, December 3rd 2013, 6:53pm

Thanks for this view360, that works a treat :)

Kind regards.
Pete