Saltar la navegación

50 2 Sounds 2 Pictures 2 Scenes

 var soundClipId = '';

var soundClip = Scene.loadSound(soundClipId);

var scene2Id = '';

soundClip.play(function() {

Space.goTo(scene2Id);

Space.log('Sound clip finished.');

});