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.
我有一个由精灵表制作的动画,它工作正常,但我只想获取用户触摸动画精灵的位置?我知道 getchiledbytag 方法,但它适用于静止精灵而不是动画精灵请帮助
我想你想停止动画,然后......
[self stopAllActions];
I'm trying to get Store in the view on the init of the applicatoin, however the console tells me: Object #<Object> has no method 'getStore'
Object #<Object> has no method 'getStore'
I'm wondering ho