主题:  [求助]请坛子里的高手帮忙看看这段代码哪里错了?

finland

职务:普通成员
等级:1
金币:1.0
发贴:30
注册:2004/11/26 16:30:29
#12004/7/27 11:04:41
on(click){
    with(_parent){
        priceTotal_txt.text = Number (price1_txt.text) + Number (price2_txt.text) + Number(price3_txt.text)
    }
};
_________________________________________________________
**错误** 场景=Scene 1, 图层=Components, 帧=1:第 6 行: 语句必须出现在 on/onClipEvent 处理函数中
};

动作脚本错误总数:1      报错:1



finland

职务:普通成员
等级:1
金币:1.0
发贴:30
注册:2004/11/26 16:30:29
#22004/7/27 13:59:14
呵呵,我明白了,多了个分号也错了