关于加载Animation的一个小白问题

加载动画的时候报了一个错,怎么找都搞不明白,求大神指教


在这里出问题的,报错是这样的

动画在这里

{
type”: “cc.AnimationClip”,
“_name”: “win”,
“_objFlags”: 0,
“_native”: “”,
“_duration”: 0.85,
“sample”: 60,
“speed”: 1,
“wrapMode”: 1,
“curveData”: {
“paths”: {
“pic”: {
“comps”: {
“cc.Sprite”: {
“spriteFrame”: [
{
“frame”: 0,
“value”: {
uuid”: “32a334ab-47ab-416e-b86d-d6217eb2d510”
}
}
]
}
},
“props”: {
“opacity”: [
{
“frame”: 0,
“value”: 0
},
{
“frame”: 0.5,
“value”: 255
}
],
“position”: [
{
“frame”: 0,
“value”: [
0,
102
]
},
{
“frame”: 0.5,
“value”: [
0,
0
]
}
]
}
},
“btn1”: {
“props”: {
“opacity”: [
{
“frame”: 0,
“value”: 0
},
{
“frame”: 0.5,
“value”: 0
},
{
“frame”: 0.8333333333333334,
“value”: 255
}
]
}
},
“btn2”: {
“props”: {
“opacity”: [
{
“frame”: 0,
“value”: 0
},
{
“frame”: 0.5,
“value”: 0
},
{
“frame”: 0.8333333333333334,
“value”: 255
}
]
}
},
“btn1/text”: {
“comps”: {
“cc.Label”: {
“string”: [
{
“frame”: 0.8333333333333334,
“value”: “下一关”
}
]
}
}
},
“btn1/pic”: {
“comps”: {
“cc.Sprite”: {
“spriteFrame”: [
{
“frame”: 0.8333333333333334,
“value”: null
}
]
}
},
“props”: {}
}
}
},
“events”: []
}

这是动画代码,动画是能正常播放,但报错之后按钮就不能点击了

请大神指教,同样的,解决了请喝咖啡


在这里打断点看下这个firstValue是什么值