Hi everyone.
I have created a seek and find; after finding all the items, it loads a second WSC that says the game is completed.
On that second WSC, I want a reset button (a sprite) that will take them back to the first scene, basically restarting the game. On the mousedown of the Sprite, I have the following code:
wade.loadScene('Scene1.wsc', null, null, true);
I end up with the following error message:
Failed to load JSON data from Scene1.wsc : SyntaxError: Unexpected token < in JSON at position 0
Unable to Load JSON file Scene1.wsc
Any idea what I should do?
TIA!