mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
946 lines
26 KiB
Text
946 lines
26 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
time = "60000";
|
|
desc = "Collect all the gems in less than a minute.";
|
|
level = "9";
|
|
type = "intermediate";
|
|
name = "Marbletris";
|
|
artist = "Kevin Ryan";
|
|
goldTime = "15000";
|
|
};
|
|
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.442343 0.475025 -0.760713";
|
|
color = "1.400000 1.200000 0.500000 1.000000";
|
|
ambient = "0.300000 0.300000 0.400000 1.000000";
|
|
};
|
|
new SimGroup(CheckPoints) {
|
|
|
|
new StaticShape(StartPoint) {
|
|
position = "0 -1.8 5.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "StartPad";
|
|
};
|
|
new StaticShape(EndPoint) {
|
|
position = "0 40.2 6";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "EndPad";
|
|
};
|
|
};
|
|
new Trigger(Bounds) {
|
|
position = "-100 100 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "200 200 200";
|
|
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 InteriorInstance() {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors/intermediate/marbletris.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "5 4 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "3000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "1000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "0";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "4000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-4 4 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-4 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-4 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "1";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "8000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-5 8 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "2";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "12000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "3 8 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "3 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "12000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "3 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "3";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "16000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-3 14 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-3 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "16000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-3 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "4";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "20000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-8 4 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-8 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "20000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-8 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "5";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "24000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "1 12 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "1 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "24000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "1 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "6";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "26000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-5 18 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "26000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "7";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "28000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-7 10 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-7 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "28000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-7 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "8";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "30000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-7 24 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-7 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "30000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-7 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "9";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "32000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "5 10 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "32000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "10";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "36000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "6 18 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "36000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "11";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "40000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "5 22 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "40000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "5 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "12";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "44000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-1 18 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-1 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "44000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-1 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "13";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "48000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-7 28 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-7 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "48000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-7 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "14";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "50000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "3 26 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "3 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "50000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "3 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "15";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "52000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "7 28 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "7 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "52000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "7 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "16";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "54000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform1_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-2 22 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-2 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "54000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-2 35 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "0";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(platform1) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/intermediate/marbletris.dif";
|
|
interiorIndex = "17";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialPosition = "56000";
|
|
initialTargetPosition = "0";
|
|
};
|
|
};
|
|
new Item() {
|
|
position = "4.7 25.4119 5.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-6.98406 16.7342 5.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-12.9 32.595 5.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-12.9 30.8272 5.65747";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "9.52733 1.34948 5.69984";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-12.9 3.30612 5.68491";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new StaticShape() {
|
|
position = "0.279119 40.4065 10.2411";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignFinish";
|
|
};
|
|
new Item() {
|
|
position = "8.76149 6.92701 2.68132";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new ScriptObject() {
|
|
powerUp = "0";
|
|
bonusTime = "0";
|
|
pad = "2283";
|
|
time = "0";
|
|
gemCount = "0";
|
|
penaltyTime = "0";
|
|
};
|
|
new Item() {
|
|
position = "-2.59523 2.37592 5.78471";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "SuperBounceItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new AudioProfile(MusicProfile) {
|
|
fileName = "~/data/sound/Beach Party.ogg";
|
|
description = "AudioMusic";
|
|
preload = "0";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|