1 decade ago by DaveVoyles
I'm receiving the error listed above when I attempt to launch my game from the browser from Chrome. I'm not sure of what this is telling me, however.
When launching from IE, I receive this error:
SCRIPT1004: Expected ';'
game.min.js, line 529 character 338
There must be an issue with my baking, but I'm unsure of how to correct it. Where do you think I should go from here?
The URL to my game can be found here:
https://dl.dropboxusercontent.com/u/3152642/Super%20Rawr%20Type/Shooter/index.html
And my baking script looks like this:
@echo off
:: Path to impact.js and your game's main .js
SET IMPACT_LIBRARY=lib\impact\impact.js
SET GAME=lib\game\main.js
:: Output file
SET OUTPUT_FILE=game.min.js
:: Change CWD to Impact's base dir and bake!
cd C:/wamp/www/Shooter/
C:\wamp\bin\php\php5.3.13\php.exe tools/bake.php %IMPACT_LIBRARY% %GAME% %OUTPUT_FILE%
pause
When launching from IE, I receive this error:
SCRIPT1004: Expected ';'
game.min.js, line 529 character 338
There must be an issue with my baking, but I'm unsure of how to correct it. Where do you think I should go from here?
The URL to my game can be found here:
https://dl.dropboxusercontent.com/u/3152642/Super%20Rawr%20Type/Shooter/index.html
And my baking script looks like this:
@echo off
:: Path to impact.js and your game's main .js
SET IMPACT_LIBRARY=lib\impact\impact.js
SET GAME=lib\game\main.js
:: Output file
SET OUTPUT_FILE=game.min.js
:: Change CWD to Impact's base dir and bake!
cd C:/wamp/www/Shooter/
C:\wamp\bin\php\php5.3.13\php.exe tools/bake.php %IMPACT_LIBRARY% %GAME% %OUTPUT_FILE%
pause