#12001/6/4 13:50:23
文本变量"height","width","move_x","move_y".主场景第一祯action为:
if ((width == 0) && (height == 0)) {
setProperty ("_root.ball", _x, 190);
setProperty ("_root.ball", _y, 245);
}
move_x=setProperty ("_root.ball", _x, Number(getProperty("_root.ball", _x))+Number(/:width));
move_y=setProperty ("_root.ball", _y, Number(getProperty("_root.ball", _y))+Number(/:height));
第二祯加一"F5"祯.
我的问题是为什么我的文本变量"move_x"和"move_y"在"trace()"以后"output"窗口没有电影"ball"的坐标值呢?