(function(){var t;t=function(){function t(t){this.canvas=document.getElementById(t),this.canvas.width=this.canvas.parentNode.offsetWidth-10,this.plate=new createjs.Shape,this.plate.graphics.beginFill("#01EFFF").drawRect(0,0,60,10),this.border=this.canvas.width-60}var e,s;return e=37,s=39,t.prototype.init=function(){return this.plate.x=this.border/2,this.plate.y=this.canvas.height-10,this.stage=new createjs.Stage(this.canvas),this.stage.addChild(this.plate),createjs.Ticker.addListener(this),createjs.Ticker.useRAF=!0,createjs.Ticker.setFPS(60)},t.prototype.reset=function(){return this.stage.removeAllChildren(),createjs.Ticker.removeAllListeners(),this.stage.update()},t.prototype.tick=function(){return this.plate.x=(this.plate.x+1)%this.canvas.width,this.stage.update()},t}(),window.easeljs1_2=new t("easeljs1_2")}).call(this);