【发布时间】:2011-11-07 01:21:42
【问题描述】:
如何从使用 addChild 添加的movieClip 的时间线中将根时间线告诉root.gotoAndStop(2);?
在主线我有
addChild(fade_eng);
在淡入淡出 我在第 20 帧有以下内容
root.gotoAndStop(2);
this.gotoAndStop(1);
但我得到 1061: Call to a possible undefined method gotoAndStop through an reference with static type flash.display:Stage。
【问题讨论】:
标签: flash actionscript-3