var matrix = new createjs.Matrix2D(); matrix.translate(0,0); bg.graphics.beginBitmapFill(queue.getResult('bgImg'),'repeat-x',matrix);