{ 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 5 longitude 90 latitude 35 } print {text "EL SOL" origin "left" duration 5 row 2 column 2} wait { duration 6 } renderflags { set "orbits" } changedistance { duration 2.85 rate 3.0 } preloadtex { object "Sol/earth/iss" } preloadtex { object "Sol/earth/iss" } preloadtex { object "Sol/earth/iss" } wait { duration 2 } print {text "VAMOS A LA ESTACION ESPACIAL INTERNACIONAL" origin "left" duration 18 row 2 column 2} wait { duration 5 } #this section is Object 1 #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/earth/iss" } center { time 5 } goto { time 10 distance 5 } follow {} wait { duration 10 } timerate { rate 10 } renderflags { clear "orbits" } set { name "FOV" value 45 } track {} #track keeps it centered during orientation changes print {text "NOMBRE: ESTACION ESPACIAL INTERNACIONAL TAMANO: COMO UN CAMPO DE FUTBOL TIEMPO EN ORBITAR: 90 MINUTOS, TRIPULACION: 3" origin "topleft" duration 120 row 2 column 2} wait { duration 10 } #next we change views of object 1 gotolonglat { time 10 distance 5 longitude 179 latitude 45 } wait { duration 10 } wait { duration 10 } gotolonglat { time 20 distance 5 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/earth/iss" } 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/earth/iss" } 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 } }