AS3 从类中访问舞台上的动态文本字段
我在舞台上有这个动态文本字段,我想从 xmlloader 类访问它,这样它就可以显示 xml 文件中的文本。 我只是想不出办法。
I have this dynamic textfield on stage, and I want to access it from my xmlloader class, so it can display text from my xml file. I just can't figure out a way to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了答案:
可以从课堂上调用文本字段。
I found the answer:
can call the textfield from class.