无法读取未定义的属性“宽度”(位图)

时间:2013-12-19 14:50:45

标签: javascript html5 bitmap stage createjs

我在向舞台添加位图图像时遇到问题。 这是代码:

this.rewind_btn= new createjs.Bitmap(images.rewind_btn);
this.rewind_btn.setTransform(twixjs.Frontend.WIDTH/2 + this.rewind_btn.image.width,twixjs.Frontend.HEIGHT - this.rewind_btn.image.height);
this.stage.addChild(this.rewind_btn);

编译器说“this.rewind_btn”未定义。 我确信这应该有效,因为我以相同的方式向舞台添加了其他按钮。 PNG位于同一文件夹中,因此图像的路径没有错误。 我希望你能在我的代码中看到错误。

感谢您的时间和帮助

0 个答案:

没有答案