Closed justifun closed 8 years ago
When using the "On Created" action to trigger another action,
Results are a java script error upon running game.
Uncaught TypeError: Cannot Read property 'anim_keys' of null Spineplugin_plugin.js line 525(col 30)
I see. It looks like it calling the action before the Spine data has finished loading. I need to figure out if/how Construct handles asynchronous loading.
fixed in ea48f45b72c5b65889359180af0b0e3cdd9e8e5b
When using the "On Created" action to trigger another action,
Results are a java script error upon running game.
Uncaught TypeError: Cannot Read property 'anim_keys' of null Spineplugin_plugin.js line 525(col 30)