{ cancel { } preloadtex { object "Sol/Earth" } print { origin "topleft" row 13 column 25 duration 5 text "En route pour un voyage avec le college de Kerentrech." } wait { duration 3 } select { object "Sol/Earth" } goto { time 3 distance 8 } wait { duration 3 } goto { time 3 distance 3 } orbit { axis [ 0 1 0 ] rate 30 duration 10 } orbit { axis [ 1 0 0 ] rate 15 duration 6 } print { duration 3 text "Direction Lorient !" } wait { duration 3 } gotolonglat { time 3 distance 1.3 longitude -3.36667 latitude 47.75 } wait { duration 5 } print { origin "topleft" row 13 column 25 duration 5 text "Fin du voyage pour l'instant." } wait { duration 3 } }