//--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { type = "Beginner"; name = "Air Movement"; startHelpText = "Spin the marble in the air to avoid falling off the level!"; level = "8"; music = "Beach Party.ogg"; desc = "Spin the marble in the air to avoid falling off the level."; artist = "Alex Swanson"; goldTime = "5000"; }; new MissionArea(MissionArea) { area = "-360 -648 720 1296"; flightCeiling = "300"; flightCeilingRange = "20"; locked = "true"; }; new Sky(Sky) { position = "336 136 0"; rotation = "1 0 0 0"; scale = "1 1 1"; cloudHeightPer[0] = "0"; cloudHeightPer[1] = "0"; cloudHeightPer[2] = "0"; cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; visibleDistance = "500"; useSkyTextures = "1"; renderBottomTexture = "1"; SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; fogDistance = "300"; fogColor = "0.600000 0.600000 0.600000 1.000000"; fogVolume1 = "-1 -1.73483e+009 -1.73483e+009"; fogVolume2 = "-1 -1.73483e+009 -1.73483e+009"; fogVolume3 = "-1 -1.73483e+009 -1.73483e+009"; materialList = "~/data/skies/sky_day.dml"; windVelocity = "1 0 0"; windEffectPrecipitation = "0"; noRenderBans = "1"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000"; }; new Sun() { direction = "0.701976 -0.52137 -0.485184"; color = "1.400000 1.200000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000"; }; new InteriorInstance() { position = "0 0 0"; rotation = "1 0 0 0"; scale = "1 1 1"; interiorFile = "~/data/interiors_mbg/beginner/training_airmove.dif"; showTerrainInside = "0"; }; new StaticShape(StartPoint) { position = "0 -4 0.5"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "StartPad"; }; new StaticShape(EndPoint) { position = "-3.60576e-008 -4 -47.5"; rotation = "0 0 1 179.518"; scale = "1 1 1"; dataBlock = "EndPad"; }; new Trigger(Bounds) { position = "-11.5 29.6508 -51"; rotation = "1 0 0 0"; scale = "23 41.1508 72"; dataBlock = "InBoundsTrigger"; polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 -1.0000000 0.0000000 0.0000000 0.0000000 1.0000000"; }; new StaticShape() { position = "-3.48621 9.06227 1.38891"; rotation = "1 0 0 31.5127"; scale = "1 1 1"; dataBlock = "SignPlainDown"; }; new StaticShape() { position = "0.341891 -3.52288 -38.4778"; rotation = "0 0 -1 8.59439"; scale = "1 1 1"; dataBlock = "SignFinish"; }; new Trigger(Help) { position = "-8.32154 8.40169 0.453332"; rotation = "1 0 0 0"; scale = "16.5255 3.62262 1"; dataBlock = "HelpTrigger"; polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 -1.0000000 0.0000000 0.0000000 0.0000000 1.0000000"; text = "Use the direction keys while airborne to move the marble."; }; new AudioProfile(MusicProfile) { fileName = "~/data/sound/Beach Party.ogg"; description = "AudioMusic"; preload = "0"; }; }; //--- OBJECT WRITE END ---