newStar.getComponent('Star').game = this;出错
Creator 2.x
11970058
(arnold_l)
2016年09月9日 13:37
#1
为什么’Star’要改成小写’star’才正确?
toddlxt
(toddlxt)
2016年09月10日 06:23
#2
跟你资源管理器里脚本的命名是一样的,大小写敏感。
11970058
(arnold_l)
2016年09月9日 17:03
#3
好了,O(∩_∩)O谢谢!