Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有很多链接到外部 as3 类的库资产。我想更改包含链接类的包的结构,但如果我这样做,所有链接都会被破坏。
有什么方法可以自动或至少很容易地告诉 FLA 文件从哪里获取新的类文件?可以将 FLA 文件配置为从配置文件中读取此类信息吗?
您可以在 ActionScript 设置中将文件夹添加到源路径。因此,如果您已将所有类与“myClasses”文件夹相关联,然后将所有内容移至不同的文件夹,则只需更新一个源路径,它就会再次找到所有类。
此外,这可能很明显,但我很长时间没有意识到: 您可以在库面板中编辑类链接(无需打开每个符号的属性)。只需双击链接路径。