diff --git a/scripts/planets_tour.ssc b/scripts/planets_tour.ssc new file mode 100644 index 0000000000000..8fc18c91fa87c --- /dev/null +++ b/scripts/planets_tour.ssc @@ -0,0 +1,40 @@ +// +// Name: Planet Objects Tour +// License: Public Domain +// Author: C. Gaudion, Alchymylab +// Version: 1.0 +// Description: A tour of the Solar System planets + +// load data array in inc file + +include("common_objects.inc"); + + +LandscapeMgr.setFlagCardinalsPoints(false); +LandscapeMgr.setFlagLandscape(false); +LandscapeMgr.setFlagAtmosphere(false); + +core.wait(2); + +defaultWait = 10; + +LabelMgr.labelScreen("The Solar System - A Tour of the Planets",200,200,true,30,"#ff0000"); +core.wait(5); +LabelMgr.deleteAllLabels(); + +for (i=0; i