Skip to content
Snippets Groups Projects
opening.js 361 KiB
Newer Older
(function (cjs, an) {

var p; // shortcut to reference prototypes
var lib={};var ss={};var img={};
lib.ssMetadata = [];


(lib.AnMovieClip = function(){
	this.actionFrames = [];
	this.ignorePause = false;
	this.gotoAndPlay = function(positionOrLabel){
		cjs.MovieClip.prototype.gotoAndPlay.call(this,positionOrLabel);
	}
	this.play = function(){
		cjs.MovieClip.prototype.play.call(this);
	}
	this.gotoAndStop = function(positionOrLabel){
		cjs.MovieClip.prototype.gotoAndStop.call(this,positionOrLabel);
	}
	this.stop = function(){
		cjs.MovieClip.prototype.stop.call(this);
	}
}).prototype = p = new cjs.MovieClip();
// symbols:
// helper functions:

function mc_symbol_clone() {
	var clone = this._cloneProps(new this.constructor(this.mode, this.startPosition, this.loop, this.reversed));
	clone.gotoAndStop(this.currentFrame);
	clone.paused = this.paused;
	clone.framerate = this.framerate;
	return clone;
}

function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
	var prototype = cjs.extend(symbol, cjs.MovieClip);
	prototype.clone = mc_symbol_clone;
	prototype.nominalBounds = nominalBounds;
	prototype.frameBounds = frameBounds;
	return prototype;
	}


(lib.Tween303 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
	var props = {};
	props.mode = mode;
	props.startPosition = startPosition;
	props.labels = {};
	props.loop = loop;
	props.reversed = reversed;
	cjs.MovieClip.apply(this,[props]);

	// Layer_1
	this.shape = new cjs.Shape();
	this.shape.graphics.f().s("#000000").ss(3.9,0,0,11.3).p("Ak8lYQgPGCCTCvQCsDMFViw");
	this.shape.setTransform(-0.1278,0.4725,0.09,0.0763,0,-27.2362,-17.9464);

	this.shape_1 = new cjs.Shape();
	this.shape_1.graphics.f("#800000").s().p("Ai9DiQiTivAPmCIKFJNQifBSh6AAQiMAAhchug");
	this.shape_1.setTransform(-0.1153,0.3942,0.09,0.0763,0,-27.2362,-17.9464);

	this.shape_2 = new cjs.Shape();
	this.shape_2.graphics.f().s("#000000").ss(3.9,0,0,11.3).p("AoGBcQBMEpC1BnQCqBiDfhdQCIg4A5gcQBdgvA0gvQB6hwgpjDQgvjdi1ijQi8iqjeAAQiPABhUASQhsAXg7A8QiJCMBkGIg");
	this.shape_2.setTransform(0.2213,-0.1569,0.0903,0.0767,0,-27.2486,-17.9667);

	this.shape_3 = new cjs.Shape();
	this.shape_3.graphics.f("#800000").s().p("AkFHsQi1hnhMkpQhkmICJiMQA7g8BsgXQBUgSCPgBQDeAAC8CqQC1CjAvDdQApDDh6BwQg0AvhdAvQg5AciIA4QhtAuhfAAQhlAAhYgzg");
	this.shape_3.setTransform(0.2213,-0.1569,0.0903,0.0767,0,-27.2486,-17.9667);

	this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));

	this._renderFirstFrame();

}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-7.5,-6.2,17.8,12.100000000000001);


(lib.Tween302 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
	var props = {};
	props.mode = mode;
	props.startPosition = startPosition;
	props.labels = {};
	props.loop = loop;
	props.reversed = reversed;
	cjs.MovieClip.apply(this,[props]);

	// Layer_1
	this.shape = new cjs.Shape();
	this.shape.graphics.f().s("#000000").ss(3.9,0,0,11.3).p("Ak8lYQgPGCCTCvQCsDMFViw");
	this.shape.setTransform(-0.1056,0.9755,0.1579,0.1506,0,-23.5789,-20.9409);

	this.shape_1 = new cjs.Shape();
	this.shape_1.graphics.f("#800000").s().p("Ai9DiQiTivAPmCIKFJNQifBSh6AAQiMAAhchug");
	this.shape_1.setTransform(-0.0842,0.8163,0.1579,0.1506,0,-23.5789,-20.9409);

	this.shape_2 = new cjs.Shape();
	this.shape_2.graphics.f().s("#000000").ss(3.9,0,0,11.3).p("AoGBcQBMEpC1BnQCqBiDfhdQCIg4A5gcQBdgvA0gvQB6hwgpjDQgvjdi1ijQi8iqjeAAQiPABhUASQhsAXg7A8QiJCMBkGIg");
	this.shape_2.setTransform(0.3768,-0.3316,0.1582,0.1509,0,-23.5819,-20.9395);

	this.shape_3 = new cjs.Shape();
	this.shape_3.graphics.f("#800000").s().p("AkFHsQi1hnhMkpQhkmICJiMQA7g8BsgXQBUgSCPgBQDeAAC8CqQC1CjAvDdQApDDh6BwQg0AvhdAvQg5AciIA4QhtAuhfAAQhlAAhYgzg");
	this.shape_3.setTransform(0.3768,-0.3316,0.1582,0.1509,0,-23.5819,-20.9395);

	this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));

	this._renderFirstFrame();

}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-11.6,-19,33.2,31.7);


(lib.Tween301 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
	var props = {};
	props.mode = mode;
	props.startPosition = startPosition;
	props.labels = {};
	props.loop = loop;
	props.reversed = reversed;
	cjs.MovieClip.apply(this,[props]);

	// Layer_1
	this.shape = new cjs.Shape();
	this.shape.graphics.f().s("#000000").ss(3.9,0,0,11.3).p("Ak8lYQgPGCCTCvQCsDMFViw");
	this.shape.setTransform(-0.0807,1.5919,0.2752,0.2508,0,-24.956,-19.7432);

	this.shape_1 = new cjs.Shape();
	this.shape_1.graphics.f("#800000").s().p("Ai9DiQiTivAPmCIKFJNQifBSh6AAQiMAAhchug");
	this.shape_1.setTransform(-0.0432,1.3297,0.2752,0.2508,0,-24.956,-19.7432);

	this.shape_2 = new cjs.Shape();
	this.shape_2.graphics.f().s("#000000").ss(3.9,0,0,11.3).p("AoGBcQBMEpC1BnQCqBiDfhdQCIg4A5gcQBdgvA0gvQB6hwgpjDQgvjdi1ijQi8iqjeAAQiPABhUASQhsAXg7A8QiJCMBkGIg");
	this.shape_2.setTransform(0.6749,-0.5823,0.2755,0.2511,0,-24.9561,-19.7407);

	this.shape_3 = new cjs.Shape();
	this.shape_3.graphics.f("#800000").s().p("AkFHsQi1hnhMkpQhkmICJiMQA7g8BsgXQBUgSCPgBQDeAAC8CqQC1CjAvDdQApDDh6BwQg0AvhdAvQg5AciIA4QhtAuhfAAQhlAAhYgzg");
	this.shape_3.setTransform(0.6749,-0.5823,0.2755,0.2511,0,-24.9561,-19.7407);

	this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));

	this._renderFirstFrame();

}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-28.6,-20.5,47.6,45.9);


(lib.Tween300 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
	var props = {};
	props.mode = mode;
	props.startPosition = startPosition;
	props.labels = {};
	props.loop = loop;
	props.reversed = reversed;
	cjs.MovieClip.apply(this,[props]);

	// Layer_1
	this.shape = new cjs.Shape();
	this.shape.graphics.f().s("#000000").ss(3.9,0,0,11.3).p("Ak8lYQgPGCCTCvQCsDMFViw");
	this.shape.setTransform(-0.0988,2.2879,0.3685,0.3533,0,-23.4361,-21.0726);

	this.shape_1 = new cjs.Shape();
	this.shape_1.graphics.f("#800000").s().p("Ai9DiQiTivAPmCIKFJNQifBSh6AAQiMAAhchug");
	this.shape_1.setTransform(-0.0491,1.9142,0.3685,0.3533,0,-23.4361,-21.0726);

	this.shape_2 = new cjs.Shape();
	this.shape_2.graphics.f().s("#000000").ss(3.9,0,0,11.3).p("AoGBcQBMEpC1BnQCqBiDfhdQCIg4A5gcQBdgvA0gvQB6hwgpjDQgvjdi1ijQi8iqjeAAQiPABhUASQhsAXg7A8QiJCMBkGIg");
	this.shape_2.setTransform(0.845,-0.8264,0.3687,0.3535,0,-23.436,-21.0731);

	this.shape_3 = new cjs.Shape();
	this.shape_3.graphics.f("#800000").s().p("AkFHsQi1hnhMkpQhkmICJiMQA7g8BsgXQBUgSCPgBQDeAAC8CqQC1CjAvDdQApDDh6BwQg0AvhdAvQg5AciIA4QhtAuhfAAQhlAAhYgzg");
	this.shape_3.setTransform(0.845,-0.8264,0.3687,0.3535,0,-23.436,-21.0731);

	this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));

	this._renderFirstFrame();

}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-24.5,-27.2,57.6,54.7);


(lib.Tween299 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
	var props = {};
	props.mode = mode;
	props.startPosition = startPosition;
	props.labels = {};
	props.loop = loop;
	props.reversed = reversed;
	cjs.MovieClip.apply(this,[props]);

	// Layer_1
	this.shape = new cjs.Shape();
Loading
Loading full blame...