You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to c2-deve...@googlegroups.com
By default the game pauses when it loses focus, this is normally
preferred, but if you have a lengthy tutorial, you want to hide the game
till the tutorial is over. To do this:
Open the exported index.html file in any text editor
Scroll down to the function OnVisibilityChanged()
In the if statement change cr_setSuspended(true); to cr_setSuspended(false);