this.gui = function()
{
GUI.image("message.gif", [50,100]);
}
this.inputs = {};
this.inputs.space = function() {
game.start();
this.kill();