screen.resolution.set (512,384)
@picture=picture.load ("avo\fruit.jpg")
picture.persistence.set (@picture,ON)
picture.display (@picture,CENTER,CENTER)
text.display ("Press a key to set the color of the picture.",CENTER,10)
keyboard.wait ()
picture.color.set (@picture,125,0,255)
text.display ("Press a key to exit.",CENTER,350)
keyboard.wait ()
script.stop ()