带有动作脚本的程序总监文件?
我从事 flash/actionscript 编程已有很多年了; 有没有办法制作 Flash/AS3 项目并将其导出为 .dir 项目? 或者是否有办法在Director中使用AS3作为语言?
I have been programming flash/actionscript for a number of years; is there a way I could make a Flash/AS3 project and export it as a .dir project? Or if there is a way to use AS3 as the language in Director?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以与 AS3 和 Lingo 进行调用,尽管它们是异步调用,因此您必须小心不要依赖立即执行的调用。 您可以将.SWF 文件插入到Director 文件中,但不能直接在Director 中修改.SWF 文件。 在两者之间工作可能相当乏味,除非你有充分的理由,否则我不会推荐它。
如果你正在学习Director的课程,我建议你学习Director和Lingo。 这些方面的专业知识有限,如果您知道如何与他们合作,可以让您更有就业机会。
You can make calls to and from AS3 and Lingo, although they are asynchronous calls, so you have to be careful not to rely on the calls being executed immediately. You can insert an .SWF file into a Director file, but you cannot modify the .SWF file directly in Director. Working between the two can be fairly tedious, and I would not recommend it unless you have a good reason.
If you are taking a course on Director, I would recommend that you learn Director and Lingo. There is limited expertise available on those, and it can make you more employable if you know how to work with them.