Some configs not working

  • Zeno
  • Zeno's Avatar Topic Author
  • Offline
  • Junior Member
More
19 Nov 2013 03:50 #1 by Zeno
Some configs not working was created by Zeno
I tried these in my JS:

Config.notriggers = 1; //doesn't seem to work, triggers still show up in Game Center & can click "new"
Config.clean = 1; //works
Config.solo = 1; //Game Center still lists all games
Config.nocenter = 1; //Game Center still ended up loaded

I verified they were all set correctly via the JS console, they were correctly set as 1.

Please Log in or Create an account to join the conversation.

More
19 Nov 2013 05:40 #2 by plamzi
Replied by plamzi on topic Some configs not working
Take the Config calls outside of the "scrollview_ready" callback. Otherwise, they're running too late to take effect.

Please Log in or Create an account to join the conversation.