Hello.
I created game object with sprite and script with property “img”:
And I want to change sprite from script:
go.set("#img", "default_animation", hash("characters_000" .. self.img))
But, I have error: ‘#img’ does not have any property called ‘default_animation’
How, to change sprite from script?
Thanks