Soalr System Tour
Posted: 05.11.2003, 02:18
OK. Here is another one to try out. It is a tour of the 9 planets and their moons. This was actually my first script, but it was very difficult to perfect - still working on it. I don't know how it will run in 1.3.0, so let me know, if you are using that version. I'm using pre11.
Leave lots of feedback - it's a great way to learn and improve.
Here it is -
---------------------------------------------------------------------------------
# Original script by:
# Script generator
# http://consul.com.ua/celestia/
# by Slashi
# (I just changed everything)
{
# Setup section
timerate { rate 1 }
labels { clear "planets|minorplanets|stars|constellations|spacecraft|asteroids|moons" }
renderflags { set "stars|planets|clouds"
clear "constellations|orbits|galaxies|boundaries" }
print { text "Starting Planet visitor in 5 seconds. . . Press ESC to end."
row -3
column 5
duration 3 }
set { name "AmbientLightLevel" value 0.4 }
set { name "FOV" value 25.0 }
setvisibilitylimit { magnitude 6.5 }
wait { duration 5 }
# Visit Sun
timerate { rate 1 }
select { object "Sol" }
center { time 10 }
goto { time 7 distance 20 }
follow {}
wait { duration 10 }
print { text "Here's the Sun, the center of it all."
row -3
column 5
duration 3 }
wait { duration 10 }
# Loop 1 of 1
#Explore Mercury with moons
timerate { rate 1 }
select { object "Mercury" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 200 }
wait { duration 10 }
print { text "Our first planet, Mercury"
row -4
column 5
duration 3 }
wait { duration 10 }
print { text "No moons here - Did you know it?"
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
#Explore Venus with moons
timerate { rate 1 }
select { object "Venus" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
print { text "On to Venus"
row -3
column 5
duration 3 }
timerate { rate 200 }
wait { duration 10 }
print { text "The second planet Venus"
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "No moons here, either. Huh??"
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
#Explore Earth with moons
timerate { rate 1 }
select { object "Earth" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 200 }
wait { duration 10 }
print { text "Here we are - Earth"
row -3
column 5
duration 3 }
wait { duration 12 }
print { text "How Beautiful - Truely awe inspiring."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Moon of Earth
select { object "Sol/Earth/Moon" }
print { text "And you know there is a moon here."
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "This is incredible!"
row -3
column 5
duration 3 }
wait { duration 7 }
select { object "Sol/Earth" }
wait { duration 10 }
print { text "Watch this."
row -3
column 5
duration 3 }
center { time 10 }
wait { duration 8 }
timerate { rate 1 }
#Explore Mars with moons
timerate { rate 1 }
select { object "Sol/Mars" }
print { text "That was the only planet with life on it."
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 200 }
wait { duration 10 }
print { text "Mars, even without life, is very beautiful."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Deimos of Mars
select { object "Sol/Mars/Deimos" }
print { text "Two moons here - cool!"
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Deimos - the first. Not what you expected, huh?"
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Mars" }
center { time 10 }
timerate { rate 1 }
# Explore moon Phobos of Mars
select { object "Sol/Mars/Phobos" }
print { text "Next moon coming."
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Mars's moon Phobos"
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "This is cool."
row -3
column 5
duration 3 }
select { object "Sol/Mars" }
center { time 10 }
wait { duration 14 }
timerate { rate 1 }
#Explore Jupiter with moons
timerate { rate 1 }
select { object "Sol/Jupiter" }
print { text "Let's go past the asteroid belt, to the gas giants."
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 200 }
wait { duration 10 }
print { text "The largest in our solar system - Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Five moons! Check these out."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Amalthea of Jupiter
select { object "Sol/Jupiter/Amalthea" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Amalthea. Jupiters first moon - or satelite."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Io of Jupiter
select { object "Sol/Jupiter/Io" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Io. That's -eye- -oh-. More like a moon now."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Europa of Jupiter
select { object "Sol/Jupiter/Europa" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Europa. The third satelite."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Ganymede of Jupiter
select { object "Sol/Jupiter/Ganymede" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Ganymede. The fourth."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Callisto of Jupiter
select { object "Sol/Jupiter/Callisto" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Here is Callisto - Callisto takes the fifth."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Galileo of Jupiter
# select { object "Sol/Jupiter/Galileo" }
# center { time 10 }
# goto { time 7 distance 4 }
# timerate { rate 200 }
# follow {}
# wait { duration 10 }
# print { text "And here is Galileo. Finally - six."
# row -3
# column 5
# duration 3 }
# wait { duration 10 }
# select { object "Sol/Jupiter" }
# center { time 10 }
# wait { duration 10 }
# print { text "Back to look at Jupiter."
# row -3
# column 5
# duration 3 }
# wait { duration 10 }
# timerate { rate 1 }
#Explore Saturn with moons
timerate { rate 1 }
select { object "Sol/Saturn" }
wait { duration 10 }
print { text "A planet with rings? We shall now see."
row -3
column 5
duration 3 }
wait { duration 10 }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 500 }
wait { duration 10 }
print { text "Saturn is always a favorite. Just look at those rings."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Those are actually asteroids in orbit. Too much fun!"
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "By the way, 9 moons here. So sit back and relax."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Mimas of Saturn
select { object "Sol/Saturn/Mimas" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Mimas - the first satelite."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Enceladus of Saturn
select { object "Sol/Saturn/Enceladus" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "This one's called Enceladus. Together now - ENCELADUS."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Tethys of Saturn
select { object "Sol/Saturn/Tethys" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "The next satelite - Tethys."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Dione of Saturn
select { object "Sol/Saturn/Dione" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Dione - notice a satelite is also a moon."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Rhea of Saturn
select { object "Sol/Saturn/Rhea" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Rhea."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Titan of Saturn
select { object "Sol/Saturn/Titan" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Titan - cool name."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Hyperion of Saturn
select { object "Sol/Saturn/Hyperion" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Hyperion - who came up with that one?."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn - again."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Iapetus of Saturn
select { object "Sol/Saturn/Iapetus" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Ready for this on - Iapetus. Say that three times fast."
row -3
column 5
duration 4 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Phoebe of Saturn
select { object "Sol/Saturn/Phoebe" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Phoebe - the last one. Just incase you lost count."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "This is it for Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
wait { duration 10 }
print { text "On to Uranus - that's -YOUR- -AN- -US-."
row -3
column 5
duration 3 }
wait { duration 10 }
#Explore Uranus with moons
timerate { rate 1 }
select { object "Sol/Uranus" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 500 }
wait { duration 10 }
print { text "There it is, all blue and everything."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Five moons (satelites) coming."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Miranda of Uranus
select { object "Sol/Uranus/Miranda" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Number one - Miranda."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Ariel of Uranus
select { object "Sol/Uranus/Ariel" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Ariel - number two. Not the mermaid."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Umbriel of Uranus
select { object "Sol/Uranus/Umbriel" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Ummm.... This is Umbriel."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Titania of Uranus
select { object "Sol/Uranus/Titania" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Titania. Another cool name."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Oberon of Uranus
select { object "Sol/Uranus/Oberon" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "And lastly - Oberon."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Who knows what's next?."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
#Explore Neptune with moons
timerate { rate 1 }
select { object "Sol/Neptune" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 500 }
wait { duration 10 }
print { text "Big bad Neptune."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Only two moons. Ready?"
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Proteus of Neptune
select { object "Sol/Neptune/Proteus" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "First - Proteus. Wow... half done."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Neptune" }
center { time 10 }
wait { duration 10 }
print { text "Big bad Neptune."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Nereid of Neptune
select { object "Sol/Neptune/Nereid" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Last - Nereid. That was fast."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Neptune" }
center { time 10 }
wait { duration 10 }
print { text "Big bad Neptune."
row -3
column 5
duration 3 }
wait { duration 10 }
wait { duration 10 }
print { text "The last planet is coming."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
#Explore Pluto with moons
timerate { rate 1 }
select { object "Sol/Pluto" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 500 }
wait { duration 10 }
print { text "Here it is. Mickey's dog - I mean, Pluto."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "One moon, and we're done."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Charon of Pluto
select { object "Sol/Pluto/Charon" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Charon. Wow - The solar system."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Pluto" }
center { time 10 }
wait { duration 10 }
print { text "Almost forgot - There's Pluto."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
wait { duration 10 }
print { text "Well, that's all. Thanks for watching."
row -3
column 5
duration 8 }
wait { duration 10 }
}
--------------------------------------------------------------------------------
Thank you,
christoria
Leave lots of feedback - it's a great way to learn and improve.
Here it is -
---------------------------------------------------------------------------------
# Original script by:
# Script generator
# http://consul.com.ua/celestia/
# by Slashi
# (I just changed everything)
{
# Setup section
timerate { rate 1 }
labels { clear "planets|minorplanets|stars|constellations|spacecraft|asteroids|moons" }
renderflags { set "stars|planets|clouds"
clear "constellations|orbits|galaxies|boundaries" }
print { text "Starting Planet visitor in 5 seconds. . . Press ESC to end."
row -3
column 5
duration 3 }
set { name "AmbientLightLevel" value 0.4 }
set { name "FOV" value 25.0 }
setvisibilitylimit { magnitude 6.5 }
wait { duration 5 }
# Visit Sun
timerate { rate 1 }
select { object "Sol" }
center { time 10 }
goto { time 7 distance 20 }
follow {}
wait { duration 10 }
print { text "Here's the Sun, the center of it all."
row -3
column 5
duration 3 }
wait { duration 10 }
# Loop 1 of 1
#Explore Mercury with moons
timerate { rate 1 }
select { object "Mercury" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 200 }
wait { duration 10 }
print { text "Our first planet, Mercury"
row -4
column 5
duration 3 }
wait { duration 10 }
print { text "No moons here - Did you know it?"
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
#Explore Venus with moons
timerate { rate 1 }
select { object "Venus" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
print { text "On to Venus"
row -3
column 5
duration 3 }
timerate { rate 200 }
wait { duration 10 }
print { text "The second planet Venus"
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "No moons here, either. Huh??"
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
#Explore Earth with moons
timerate { rate 1 }
select { object "Earth" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 200 }
wait { duration 10 }
print { text "Here we are - Earth"
row -3
column 5
duration 3 }
wait { duration 12 }
print { text "How Beautiful - Truely awe inspiring."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Moon of Earth
select { object "Sol/Earth/Moon" }
print { text "And you know there is a moon here."
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "This is incredible!"
row -3
column 5
duration 3 }
wait { duration 7 }
select { object "Sol/Earth" }
wait { duration 10 }
print { text "Watch this."
row -3
column 5
duration 3 }
center { time 10 }
wait { duration 8 }
timerate { rate 1 }
#Explore Mars with moons
timerate { rate 1 }
select { object "Sol/Mars" }
print { text "That was the only planet with life on it."
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 200 }
wait { duration 10 }
print { text "Mars, even without life, is very beautiful."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Deimos of Mars
select { object "Sol/Mars/Deimos" }
print { text "Two moons here - cool!"
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Deimos - the first. Not what you expected, huh?"
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Mars" }
center { time 10 }
timerate { rate 1 }
# Explore moon Phobos of Mars
select { object "Sol/Mars/Phobos" }
print { text "Next moon coming."
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Mars's moon Phobos"
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "This is cool."
row -3
column 5
duration 3 }
select { object "Sol/Mars" }
center { time 10 }
wait { duration 14 }
timerate { rate 1 }
#Explore Jupiter with moons
timerate { rate 1 }
select { object "Sol/Jupiter" }
print { text "Let's go past the asteroid belt, to the gas giants."
row -3
column 5
duration 3 }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 200 }
wait { duration 10 }
print { text "The largest in our solar system - Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Five moons! Check these out."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Amalthea of Jupiter
select { object "Sol/Jupiter/Amalthea" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Amalthea. Jupiters first moon - or satelite."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Io of Jupiter
select { object "Sol/Jupiter/Io" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Io. That's -eye- -oh-. More like a moon now."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Europa of Jupiter
select { object "Sol/Jupiter/Europa" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Europa. The third satelite."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Ganymede of Jupiter
select { object "Sol/Jupiter/Ganymede" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Ganymede. The fourth."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Callisto of Jupiter
select { object "Sol/Jupiter/Callisto" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Here is Callisto - Callisto takes the fifth."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Jupiter" }
center { time 10 }
wait { duration 10 }
print { text "Back to look at Jupiter."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Galileo of Jupiter
# select { object "Sol/Jupiter/Galileo" }
# center { time 10 }
# goto { time 7 distance 4 }
# timerate { rate 200 }
# follow {}
# wait { duration 10 }
# print { text "And here is Galileo. Finally - six."
# row -3
# column 5
# duration 3 }
# wait { duration 10 }
# select { object "Sol/Jupiter" }
# center { time 10 }
# wait { duration 10 }
# print { text "Back to look at Jupiter."
# row -3
# column 5
# duration 3 }
# wait { duration 10 }
# timerate { rate 1 }
#Explore Saturn with moons
timerate { rate 1 }
select { object "Sol/Saturn" }
wait { duration 10 }
print { text "A planet with rings? We shall now see."
row -3
column 5
duration 3 }
wait { duration 10 }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 500 }
wait { duration 10 }
print { text "Saturn is always a favorite. Just look at those rings."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Those are actually asteroids in orbit. Too much fun!"
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "By the way, 9 moons here. So sit back and relax."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Mimas of Saturn
select { object "Sol/Saturn/Mimas" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Mimas - the first satelite."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Enceladus of Saturn
select { object "Sol/Saturn/Enceladus" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "This one's called Enceladus. Together now - ENCELADUS."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Tethys of Saturn
select { object "Sol/Saturn/Tethys" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "The next satelite - Tethys."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Dione of Saturn
select { object "Sol/Saturn/Dione" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Dione - notice a satelite is also a moon."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Rhea of Saturn
select { object "Sol/Saturn/Rhea" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Rhea."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Titan of Saturn
select { object "Sol/Saturn/Titan" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Titan - cool name."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Hyperion of Saturn
select { object "Sol/Saturn/Hyperion" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Hyperion - who came up with that one?."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn - again."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Iapetus of Saturn
select { object "Sol/Saturn/Iapetus" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Ready for this on - Iapetus. Say that three times fast."
row -3
column 5
duration 4 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "Here's Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Phoebe of Saturn
select { object "Sol/Saturn/Phoebe" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Phoebe - the last one. Just incase you lost count."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Saturn" }
center { time 10 }
wait { duration 10 }
print { text "This is it for Saturn."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
wait { duration 10 }
print { text "On to Uranus - that's -YOUR- -AN- -US-."
row -3
column 5
duration 3 }
wait { duration 10 }
#Explore Uranus with moons
timerate { rate 1 }
select { object "Sol/Uranus" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 500 }
wait { duration 10 }
print { text "There it is, all blue and everything."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Five moons (satelites) coming."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Miranda of Uranus
select { object "Sol/Uranus/Miranda" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Number one - Miranda."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Ariel of Uranus
select { object "Sol/Uranus/Ariel" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Ariel - number two. Not the mermaid."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Umbriel of Uranus
select { object "Sol/Uranus/Umbriel" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Ummm.... This is Umbriel."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Titania of Uranus
select { object "Sol/Uranus/Titania" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Titania. Another cool name."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Oberon of Uranus
select { object "Sol/Uranus/Oberon" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "And lastly - Oberon."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Uranus" }
center { time 10 }
wait { duration 10 }
print { text "Now we see Uranus."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Who knows what's next?."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
#Explore Neptune with moons
timerate { rate 1 }
select { object "Sol/Neptune" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 500 }
wait { duration 10 }
print { text "Big bad Neptune."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "Only two moons. Ready?"
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Proteus of Neptune
select { object "Sol/Neptune/Proteus" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "First - Proteus. Wow... half done."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Neptune" }
center { time 10 }
wait { duration 10 }
print { text "Big bad Neptune."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Nereid of Neptune
select { object "Sol/Neptune/Nereid" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Last - Nereid. That was fast."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Neptune" }
center { time 10 }
wait { duration 10 }
print { text "Big bad Neptune."
row -3
column 5
duration 3 }
wait { duration 10 }
wait { duration 10 }
print { text "The last planet is coming."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
#Explore Pluto with moons
timerate { rate 1 }
select { object "Sol/Pluto" }
center { time 10 }
goto { time 7 distance 8 }
follow {}
timerate { rate 500 }
wait { duration 10 }
print { text "Here it is. Mickey's dog - I mean, Pluto."
row -3
column 5
duration 3 }
wait { duration 10 }
print { text "One moon, and we're done."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
# Explore moon Charon of Pluto
select { object "Sol/Pluto/Charon" }
center { time 10 }
goto { time 7 distance 4 }
timerate { rate 200 }
follow {}
wait { duration 10 }
print { text "Charon. Wow - The solar system."
row -3
column 5
duration 3 }
wait { duration 10 }
select { object "Sol/Pluto" }
center { time 10 }
wait { duration 10 }
print { text "Almost forgot - There's Pluto."
row -3
column 5
duration 3 }
wait { duration 10 }
timerate { rate 1 }
wait { duration 10 }
print { text "Well, that's all. Thanks for watching."
row -3
column 5
duration 8 }
wait { duration 10 }
}
--------------------------------------------------------------------------------
Thank you,
christoria