_root.tijiao.onRelease = function()
{
x = _root.xuanze.getValue();
_root.gotoAndStop(x+1);
};
我在做 http://www.pconline.com.cn/pcedu/sj/wz/flash/0712/1186857.html
这个实例,可是打入这段代码,一直跳出来第一句语法错误,那是为什么呢
_root.tijiao.onRelease = function()
{
x = _root.xuanze.getValue();
_root.gotoAndStop(x+1);
};
我在做 http://www.pconline.com.cn/pcedu/sj/wz/flash/0712/1186857.html
这个实例,可是打入这段代码,一直跳出来第一句语法错误,那是为什么呢