{ timerate { rate 1 } labels { clear "planets|minorplanets|stars|constellations|eclipseshadows|ringshadows" } renderflags { set "stars|planets|cloudmaps" clear "constellations|orbits|synchronous|galaxies" } renderflags { clear "constellations" } labels { clear "constellations|stars" } set { name "FOV" value 45 } select { object "Sol" } follow {} center { time 5 } goto { time 5 } wait { duration 5 } track {} gotolonglat { time 5 distance 8 longitude 90 latitude 35 } print {text "NOMBRE: SOL TAMANO: MAS DE UN MILLON DE TIERRAS TEMPERATURA: 5500 ºC PLANETAS: 8" origin "topleft" duration 120 row 2 column 2} wait { duration 10 } #next we change views of object 1 gotolonglat { time 10 distance 8 longitude 179 latitude 45 } wait { duration 10 } wait { duration 10 } gotolonglat { time 20 distance 8 longitude 90 latitude 0 } wait { duration 20 } wait { duration 20 } #this section is Object 2 #the following section clears the program # of references to other objects # so it can re-center on the next planet select { object ""} wait {} follow {} track {} #--------------------- select { object "Sol/Mercury" } center { time 5 } wait { duration 5 } goto { time 10 distance 5 } follow {} wait { duration 10 } timerate { rate 300 } set { name "FOV" value 45 } track {} #track keeps it centered during orientation changes print {text "" origin "topleft" duration 5 row 2 column 2} wait { duration 5 } #next we change views of object 1 gotolonglat { time 5 distance 2 longitude 90 latitude 90 } wait { duration 5 } wait { duration 5 } gotolonglat { time 5 distance 5 longitude 90 latitude 90 } wait { duration 5 } wait { duration 5 } #this section is Object 3 #the following section clears the program # of references to other objects # so it can re-center on the next planet select { object ""} wait {} follow {} track {} #--------------------- select { object "Sol/Mercury" } center { time 5 } wait { duration 5 } goto { time 10 distance 5 } follow {} wait { duration 10 } timerate { rate 300 } set { name "FOV" value 45 } track {} #track keeps it centered during orientation changes print {text "" origin "topleft" duration 5 row 2 column 2} wait { duration 5 } #next we change views of object 1 gotolonglat { time 5 distance 5 longitude 90 latitude 90 } wait { duration 5 } wait { duration 5 } gotolonglat { time 5 distance 5 longitude 90 latitude 90 } wait { duration 5 } wait { duration 5 } print {text "FIN" origin "topleft" duration 5 row 2 column 2} wait { duration 5 } }