ReferenceError:错误 #1056:无法在 flash.display.Loader 上创建属性 buttonMode。这是我写这样的代码时的错误
load123 = new Loader();
url1 = new URLRequest("abalblal.png");
load123.load(url1);
abc1 = addChild(skill1load);
//btw let's say i declared the variables earlier
abc1.buttonMode = true;
任何的想法?