Hello!
I've been trying to replicate this example:
https://github.com/textadventures/squif ... ns.squiffy and it works very well in the editor, because it has JQuery-UI loaded, but when I publish the game it won't work because there's no JQuery-UI.
I've tried this:
squiffy.ui.transition(function(){
$.getScript('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js');
// Create a blackout <div>...
...
But it still won't work. Is there a way to load the library in the game??