Hi,
I am making a game and it have the main map (top view) and from here you can enter in different places, with collection proxies. The problem is, when I try
msg.post("building#first_building", "load")
It says could not be loaded since it was already
. I don’t know what is happening, and current threads of this forum and helping pages (irony, maybe?) can’t help me.
In mind that maybe the collection proxy is loaded, try
msg.post("building#first_building", "init")
msg.post("building#first_building", "enable")
And another error appears: could not be initialized since it has not been loaded
.