开发者

Error #1069 in flash

开发者 https://www.devze.com 2022-12-29 18:18 出处:网络
Error #1069: 开发者_Go百科Property data not found on flash.display.SimpleButton and there is no default value. Can anyone give me a suggestion what will be the solution of this problem.You have a Simp

Error #1069: 开发者_Go百科Property data not found on flash.display.SimpleButton and there is no default value. Can anyone give me a suggestion what will be the solution of this problem.


You have a SimpleButton somewhere, and you try to access a property with the name data which doesn't exist. SimpleButton doesn't have a data property.

0

精彩评论

暂无评论...
验证码 换一张
取 消