screen.resolution.set (512,384)
screen.set (BACK)
pattern.display ("avo\bubble.gif")
screen.end ()
screen.set (FRONT)
text.display ("Press a key to continue.",CENTER,10)
screen.end ()
$text=text.load ("avo\about.txt")
@text=text.create ($text,512,384)
text.display (@text,0,0)
text.line.set (@text,9)
keyboard.wait ()
text.line.set (@text,-2,SEEK_FROM_CURRENT)
screen.set (FRONT)
text.display ("Press ESCAPE to exit.",CENTER,350)
screen.end ()
keyboard.wait ()
script.stop ()