Find this part of the code:
function onready(startWithTitle) {
bitsy.log("game ready!");
if (startWithTitle === undefined || startWithTitle === null) {
startWithTitle = true;
}
And change startWithTitle to false, and it will jump to the first scene of the game. Hope this helps!