新手菜鸟问个button的弱问题# Flash - 闪客一族
c*1
1 楼
从没用过FLASH,有个作业要做个小东西的演示,硬着头皮做。其实应该很简单,就是用
第一帧上的一个button,控制跳到另一帧上去。我使用Adobe Flash CS4做的。
我用的Actionscruit是:
Yes.addEventListener(MouseEvent.CLICK, yesListener)
function yesListener(event:MouseEvent)
{
gotoAndPlay(2);
}
Yes是那个button的名字,报的错是:
1061: Call to a possibly undefined method addEventListener through a referen
ce with static type Class.
请各位高手指点一下这个应该怎么写啊?时间太紧,没时间系统学习了,谢谢了
第一帧上的一个button,控制跳到另一帧上去。我使用Adobe Flash CS4做的。
我用的Actionscruit是:
Yes.addEventListener(MouseEvent.CLICK, yesListener)
function yesListener(event:MouseEvent)
{
gotoAndPlay(2);
}
Yes是那个button的名字,报的错是:
1061: Call to a possibly undefined method addEventListener through a referen
ce with static type Class.
请各位高手指点一下这个应该怎么写啊?时间太紧,没时间系统学习了,谢谢了