screen.resolution.set (512,384)
screen.set (BACK)
pattern.display ("avo\bubble.gif")
screen.end ()
@name=text.create ("Hello world...")
text.edit (@name,50,50)
text.display ("Edit text and press RETURN to stop editing.",CENTER,10)
keyboard.wait (KEY_RETURN)
$text=text.edition.get (@name)
text.display ($text,CENTER,100)
text.display ("Press a key to exit.",CENTER,350)
keyboard.wait ()
script.stop ()