FLASH:
按键1(调用): on (release) {
loadVariables("text/news.txt", "msg");
System.useCodepage=true;
}
按键2(清除): on(release){
_root.msg="";
}
为什么我按清除按建的时候,不能清除掉调用出来的文字呢?
FLASH:
按键1(调用): on (release) {
loadVariables("text/news.txt", "msg");
System.useCodepage=true;
}
按键2(清除): on(release){
_root.msg="";
}
为什么我按清除按建的时候,不能清除掉调用出来的文字呢?
你连接一个空的txt