[FLash][as3.0]报错?getChildByName 不是函数
varmctime:Timer=newTimer(10,40);mctime.start();mctime.addEventListener(TimerEvent.TIM...
var mctime:Timer=new Timer(10,40);
mctime.start();
mctime.addEventListener(TimerEvent.TIMER,mcts1);
function mcts1(e:TimerEvent):void{
trace (getChildByName("mc0").x);
this.getChildByName("mc0").x+=(66-(getChildByName("mc0").x))/8;
}
上面这串代码,可以正常trace出mc0的X值,但是用timer来运行缓冲就是报错,
TypeError: Error #1006: getChildByName 不是函数。
是不是我哪里写错了?
各位大神给给意见~
问题解决得好就给分~ 展开
mctime.start();
mctime.addEventListener(TimerEvent.TIMER,mcts1);
function mcts1(e:TimerEvent):void{
trace (getChildByName("mc0").x);
this.getChildByName("mc0").x+=(66-(getChildByName("mc0").x))/8;
}
上面这串代码,可以正常trace出mc0的X值,但是用timer来运行缓冲就是报错,
TypeError: Error #1006: getChildByName 不是函数。
是不是我哪里写错了?
各位大神给给意见~
问题解决得好就给分~ 展开
3个回答
展开全部
考虑一下this指向的是谁。AS没写过,不过既然用this调用,那就先打印出this指向的是什么对象,然后看看这个对象有没有这个方法。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把this.getChildByName("mc0").x中的this去掉
追问
我刚才自己就研究出来了,确实是这样
但是为什么会这样呢?
追答
这是因为这里 function mcts1是作为一个私有函数出现的。而他的this在这里是一个object对象。并不是一个displayobject对象
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询