screen.resolution.set (512,384)
screen.set (BACK)
pattern.display ("avo\bubble.gif")
screen.end ()
window.statusbar.display ()
window.statusbar.text.display ("Hello world...")
text.display ("Press a key to exit.",CENTER,350)
keyboard.wait ()
script.stop ()