triptych Posted September 14, 2013 Share Posted September 14, 2013 Just poking around and tried to get phaser to work in a jsfiddle: http://jsfiddle.net/triptych/w2nyt/ but for some reason it keeps erroring out with: Uncaught TypeError: Object #<Object> has no method 'createGeomSprite' fiddle.jshell.net/triptych/w2nyt/show/:40 createfiddle.jshell.net/triptych/w2nyt/show/:40 Phaser.StateManager.loadCompletephaser-min.js:1 Phaser.Game.loadCompletephaser-min.js:1 Phaser.StateManager.startphaser-min.js:1 Phaser.StateManager.addphaser-min.js:1 Phaser.StateManager.bootphaser-min.js:1 Phaser.Game.bootphaser-min.js:1 _onBoot Any idea what might be going on? I'm still just at baby steps to try things out. Link to comment Share on other sites More sharing options...
rich Posted September 14, 2013 Share Posted September 14, 2013 If it's got GeomSprite in there it's an old version of the library. Is that a clean fresh pull from github? If so I need to sort that out asap! Will investigate now Link to comment Share on other sites More sharing options...
rich Posted September 14, 2013 Share Posted September 14, 2013 Yeah I just checked and the 2 JS files in the build folder are definitely correct (in the master branch only, I will tidy the repo up and delete some old branches). Link to comment Share on other sites More sharing options...
Recommended Posts