
'** All object's orbit rates are based on rate of Earth's.
'** However, the inner planets rate of movement can be overriden
'** by having their angles based on Earth's angle.

ScreenWidth = 800
ScreenHeight = 700

'Earth Days/Orbits
StopAtDays = 0
StopAtOrbits = 10

'* the smaller the value for "DelayPct-Earth" the faster the planets move **
'DelayPct-Earth = .0000005
DelayPct-Earth = .0001
DelayPct-Earth = .00001

'Orbit option : S = scaled / E = equal distance
OrbitDistOpt = s

ShowPlanetAngleLines = n
PlanetIconSize = 2
ScalePlanetIcon = n
UseInitalAngles = y
RandomAngleForNoAngle = y
'____________________________________________________________________________
/ObjectsToShow
mercury
venus
earth
mars
Jupiter
saturn
uranus
neptune
pluto
/