Microsoft Small Basic

Program Listing: CDK203
GraphicsWindow.Show()
' Note that Flickr methods could display images that may not be suitable for younger users.
GraphicsWindow.DrawImage(Flickr.GetPictureOfMoment(), 0, 0)
Program.Delay(5000)
GraphicsWindow.Clear()
GraphicsWindow.DrawImage( Flickr.GetRandomPicture("cat"), 0, 0)