Ewurama Posted March 25, 2017 Report Share Posted March 25, 2017 I keep getting this Error: 'Phaser was used before it was defined' from running this Code: Please see attached all code and errors Quote Link to comment Share on other sites More sharing options...
MTiger Posted April 18, 2017 Report Share Posted April 18, 2017 so you can either put at the top of your file /*global Phaser*/ to subdue the error or you can even do var Phaser = Phaser || {} and that should pick up the initial object if already defined. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.