I have my script in the correct folder for CS6 and find it in my script-to-run menu in Photoshop. On clicking the script, PS vomits up an error message:
Error 22: Window does not have a constructor
Line: 387
-> var dialog = new Window("dialog", "PhotoshopToSpine v" +
scriptVersion), group;
OK
It doesn't like something on or near to Line 387. What should I do?