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.
我的问题是如何在“猴子”和“狗”都被拖出滚动窗格之后转到上一帧/下一帧。
文件放在下面: https ://www.sugarsync.com/pf/D9726155_61875891_24948
感谢您的任何建议。
我能想到的 2 种方法 1-检查猴子的 x 和 y 位置,如果它们低于或高于滚动窗格的 x 和 y,然后转到下一帧 2-设置和不可见的碰撞区域并检查它们是否发生碰撞。
我会在代码方面提供更多帮助,但我没有找到要拖动的对象^_^