1. <tfoot id='QRP9r'></tfoot>

      1. <i id='QRP9r'><tr id='QRP9r'><dt id='QRP9r'><q id='QRP9r'><span id='QRP9r'><b id='QRP9r'><form id='QRP9r'><ins id='QRP9r'></ins><ul id='QRP9r'></ul><sub id='QRP9r'></sub></form><legend id='QRP9r'></legend><bdo id='QRP9r'><pre id='QRP9r'><center id='QRP9r'></center></pre></bdo></b><th id='QRP9r'></th></span></q></dt></tr></i><div id='QRP9r'><tfoot id='QRP9r'></tfoot><dl id='QRP9r'><fieldset id='QRP9r'></fieldset></dl></div>
      2. <legend id='QRP9r'><style id='QRP9r'><dir id='QRP9r'><q id='QRP9r'></q></dir></style></legend>

        • <bdo id='QRP9r'></bdo><ul id='QRP9r'></ul>

        <small id='QRP9r'></small><noframes id='QRP9r'>

        重用 cocos2d 动作

        时间:2024-08-11
            <tfoot id='Kdqz7'></tfoot>
              <tbody id='Kdqz7'></tbody>
            • <i id='Kdqz7'><tr id='Kdqz7'><dt id='Kdqz7'><q id='Kdqz7'><span id='Kdqz7'><b id='Kdqz7'><form id='Kdqz7'><ins id='Kdqz7'></ins><ul id='Kdqz7'></ul><sub id='Kdqz7'></sub></form><legend id='Kdqz7'></legend><bdo id='Kdqz7'><pre id='Kdqz7'><center id='Kdqz7'></center></pre></bdo></b><th id='Kdqz7'></th></span></q></dt></tr></i><div id='Kdqz7'><tfoot id='Kdqz7'></tfoot><dl id='Kdqz7'><fieldset id='Kdqz7'></fieldset></dl></div>
              <legend id='Kdqz7'><style id='Kdqz7'><dir id='Kdqz7'><q id='Kdqz7'></q></dir></style></legend>

                  <bdo id='Kdqz7'></bdo><ul id='Kdqz7'></ul>

                  <small id='Kdqz7'></small><noframes id='Kdqz7'>

                • 本文介绍了重用 cocos2d 动作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  对于使用相同动作的多个 CCSprite 重复使用相同的动作是否可能(并且是一种好的做法)?

                  Is it possible (and a good practice) to reuse the same actions for multiple CCSprites that use the same action?

                  如果我有 10 个需要缩放的 CCSprite.我创建了一个名为 scaleAction 的缩放动作.是否可以为精灵重复使用相同的动作?

                  For if I have 10 CCSprites that all need to be scaled. And I create a scale action called scaleAction. Is it possible to reuse the same action for a sprites?

                  当我尝试这样做时,我只得到一个精灵缩放而不是全部.最好的方法是什么?

                  When I tried to do that I get only one sprite scaling and not all of them. What's the best way to do this?

                  提前致谢

                  推荐答案

                  由于问题是针对多个精灵重复使用一个动作,答案很明确:否.

                  Since the question asks about re-using one action for multiple sprites, the answer is a clear: no.

                  每个精灵都必须运行自己的动作.如果节点 A 上已经运行了某个操作,而您尝试在节点 B 上运行相同的操作,则该操作只会影响两个节点之一.

                  Each sprite must run its own actions. If there's an action that's already running on node A and you're trying to run the same action on node B, the action will only affect one of the two nodes.

                  这篇关于重用 cocos2d 动作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Cocos2d,iOS:从缓存中删除精灵的正确方法是什么? 下一篇:Cocos2d 2.x:理解 ccBezierConfig 行为

                  相关文章

                  <i id='otmQw'><tr id='otmQw'><dt id='otmQw'><q id='otmQw'><span id='otmQw'><b id='otmQw'><form id='otmQw'><ins id='otmQw'></ins><ul id='otmQw'></ul><sub id='otmQw'></sub></form><legend id='otmQw'></legend><bdo id='otmQw'><pre id='otmQw'><center id='otmQw'></center></pre></bdo></b><th id='otmQw'></th></span></q></dt></tr></i><div id='otmQw'><tfoot id='otmQw'></tfoot><dl id='otmQw'><fieldset id='otmQw'></fieldset></dl></div>

                • <legend id='otmQw'><style id='otmQw'><dir id='otmQw'><q id='otmQw'></q></dir></style></legend>
                  <tfoot id='otmQw'></tfoot>

                      <bdo id='otmQw'></bdo><ul id='otmQw'></ul>

                    <small id='otmQw'></small><noframes id='otmQw'>