(function (lib, img, cjs) { var p; // shortcut to reference prototypes // library properties: lib.properties = { width: 860, height: 260, fps: 24, color: "#FFFFFF", manifest: [ {src:"images/welcome/fluitcollectie1.jpg", id:"fluitcollectie1"}, {src:"images/welcome/fluitcollectie2.jpg", id:"fluitcollectie2"}, {src:"images/welcome/fluitcollectie3.jpg", id:"fluitcollectie3"}, {src:"images/welcome/sier.png", id:"sier"} ] }; // symbols: (lib.fluitcollectie1 = function() { this.initialize(img.fluitcollectie1); }).prototype = p = new cjs.Bitmap(); p.nominalBounds = new cjs.Rectangle(0,0,860,260); (lib.fluitcollectie2 = function() { this.initialize(img.fluitcollectie2); }).prototype = p = new cjs.Bitmap(); p.nominalBounds = new cjs.Rectangle(0,0,860,260); (lib.fluitcollectie3 = function() { this.initialize(img.fluitcollectie3); }).prototype = p = new cjs.Bitmap(); p.nominalBounds = new cjs.Rectangle(0,0,860,260); (lib.sier = function() { this.initialize(img.sier); }).prototype = p = new cjs.Bitmap(); p.nominalBounds = new cjs.Rectangle(0,0,853,70); (lib.Welcome3 = function() { this.initialize(); // Layer 1 this.instance = new lib.fluitcollectie3(); this.addChild(this.instance); }).prototype = p = new cjs.Container(); p.nominalBounds = new cjs.Rectangle(0,0,860,260); (lib.Welcome2 = function() { this.initialize(); // Layer 1 this.instance = new lib.fluitcollectie2(); this.addChild(this.instance); }).prototype = p = new cjs.Container(); p.nominalBounds = new cjs.Rectangle(0,0,860,260); (lib.Welcome1 = function() { this.initialize(); // Layer 1 this.instance = new lib.fluitcollectie1(); this.addChild(this.instance); }).prototype = p = new cjs.Container(); p.nominalBounds = new cjs.Rectangle(0,0,860,260); (lib.Sier = function() { this.initialize(); // txt this.txtWelcome = new cjs.Text("Welcome at Aafab, recorder specialist", "35px 'Arial'", "#EEEEEE"); this.txtWelcome.name = "txtWelcome"; this.txtWelcome.lineHeight = 37; this.txtWelcome.lineWidth = 792; this.txtWelcome.setTransform(36,14); // img this.instance = new lib.sier(); // bg this.shape = new cjs.Shape(); this.shape.graphics.f("rgba(0,0,0,0.498)").s().p("EhDLAFeIAAq7MCGXAAAIAAK7g"); this.shape.setTransform(430,35); this.addChild(this.shape,this.instance,this.txtWelcome); }).prototype = p = new cjs.Container(); p.nominalBounds = new cjs.Rectangle(0,0,860,70); // stage content: (lib.welcome = function(mode,startPosition,loop) { this.initialize(mode,startPosition,loop,{}); // sier this.instance = new lib.Sier(); this.instance.setTransform(426.5,225,1,1,0,0,0,426.5,35); this.timeline.addTween(cjs.Tween.get(this.instance).wait(241)); // img3 this.welcome3 = new lib.Welcome3(); this.welcome3.setTransform(430,130,1,1,0,0,0,430,130); this.welcome3.alpha = 0; this.welcome3._off = true; this.timeline.addTween(cjs.Tween.get(this.welcome3).wait(134).to({_off:false},0).to({alpha:1},25).wait(55).to({alpha:0},26).wait(1)); // img2 this.welcome2 = new lib.Welcome2(); this.welcome2.setTransform(430,130,1,1,0,0,0,430,130); this.welcome2.alpha = 0; this.welcome2._off = true; this.timeline.addTween(cjs.Tween.get(this.welcome2).wait(54).to({_off:false},0).to({alpha:1},25).wait(55).to({alpha:0},25).wait(82)); // img1 this.welcome1 = new lib.Welcome1(); this.welcome1.setTransform(430,130,1,1,0,0,0,430,130); this.timeline.addTween(cjs.Tween.get(this.welcome1).wait(54).to({alpha:0},25).wait(135).to({alpha:1},26).wait(1)); }).prototype = p = new cjs.MovieClip(); p.nominalBounds = new cjs.Rectangle(430,130,860,260); })(lib = lib||{}, images = images||{}, createjs = createjs||{}); var lib, images, createjs;