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.
我目前有一个旗帜的 2D 图像,这是我从客户那里得到的。我应该用它创建一个闪光横幅,但旗帜的尖端需要“在风中挥动”。
有没有办法在 Flash 或 Actionscript(3.0) 中做到这一点,而不需要我在多个帧中绘制横幅的尖端?
将标志分成三角形并使用Graphics.drawTriangles. 然后以编程方式为顶点设置动画。有关概念概述,请参阅此链接(该链接是关于 3D 建模和动画标志,但它是相同的概念)。
Graphics.drawTriangles