Open
Description
Loading an animation using cc.spriteFrameCache causes the resource to be removed from the loader cache.
This makes work arounds for dynamically loading frame names from plists (an unbelievable oversight in the API) a hit-and-miss affair as resources disappear.
64 _getFrameConfig : function(url){
65 var dict = cc.loader.getRes(url);
66
67 cc.assert(dict, cc._LogInfos.spriteFrameCache__getFrameConfig_2, url);
68
69 cc.loader.release(url);//release it in loader