{ timerate { rate 0 } labels { clear "planets|asteroids|stars|constellations" } renderflags { set "stars|planets" clear "constellations|orbits|cloudmaps" } print { text "Demarrage . . .\nAppuyez sur ESC pour terminer." origin "center" duration 2 } wait { duration 2.0 } set { name "FOV" value 32.0 } set { name "AmbientLightLevel" value 0.28 } time { jd 2452984.25 } setvisibilitylimit { magnitude 7.5 } print { text "Ballade dans la ceinture principale" origin "center" row -1 duration 5 } wait { duration 5.0 } print { text "On part de la Terre . . ." row -3 duration 3} select { object "Earth" } goto { time 3 distance 4 upframe "ecliptical" } renderflags { set "cloudmaps" } wait { duration 0.5 } orbit { axis [ 0 1 0 ] rate 6 duration 2 } print { text "Direction le Soleil." row -3} select { object "Sol" } goto { time 4 distance 7 upframe "equatorial" up [ 0 1 0 ] } wait { duration 4.5 } print { text "Un zoom sur le systeme solaire interne,\nfamille Troyens d'Uranus (2 membres)." row -3 duration 5} orbit { axis [ 1 0 0 ] rate 45 duration 2 } labels { set "planets" } labels { set "asteroids" } renderflags { set "orbits" } changedistance { duration 8.0 rate 1.0 } select { object "2000 SN331" } timerate { rate 2000000 } wait { duration 5.0 } time { jd 2452984.25 } select { object "2002 GO9" } wait { duration 5.0 } orbit { axis [ 1 0 0 ] rate -45 duration 2 } wait { duration 2.0 } orbit { axis [ 1 0 0 ] rate 45 duration 2 } time { jd 2452984.25 } print { text "Fin du voyage." row -3} wait { duration 3.0 } }