GraphicsWindow.Title = "Neboder" GraphicsWindow.CanResize = "false" GraphicsWindow.Width = 750 GraphicsWindow.Height = 500 GraphicsWindow.BackgroundColor = "lightblue" GraphicsWindow.BrushColor = "gray" GraphicsWindow.FillRectangle (50,50,250,400) GraphicsWindow.BrushColor = "green" GraphicsWindow.FillRectangle (0,450,750,100) GraphicsWindow.BrushColor = "Turquoise" GraphicsWindow.FillRectangle (75,100,50,50) GraphicsWindow.FillRectangle (225,100,50,50) GraphicsWindow.FillRectangle (150,100,50,50) GraphicsWindow.FillRectangle (75,190,50,50) GraphicsWindow.FillRectangle (225,190,50,50) GraphicsWindow.FillRectangle (150,190,50,50) GraphicsWindow.FillRectangle (75,280,50,50) GraphicsWindow.FillRectangle (150,280,50,50) GraphicsWindow.FillRectangle (225,280,50,50) GraphicsWindow.DrawLine (50,50,300,50) GraphicsWindow.BrushColor = "Goldenrod" GraphicsWindow.FillRectangle (150,375,50,75) GraphicsWindow.BrushColor = "silver" GraphicsWindow.FillRectangle (150,450,50,75) GraphicsWindow.BrushColor = "saddlebrown" GraphicsWindow.FillRectangle (500,250,50,200) GraphicsWindow.BrushColor = "green" GraphicsWindow.FillEllipse (450,200,150,150) GraphicsWindow.BrushColor = "yellow" GraphicsWindow.FillEllipse (650,-40,150,150) GraphicsWindow.BrushColor = "gray" GraphicsWindow.FillTriangle (50,50,75,25,75,50) GraphicsWindow.FillTriangle (275,25,275,50,300,50) GraphicsWindow.FillRectangle (75,25,200,25) GraphicsWindow.PenColor = "yellow" GraphicsWindow.PenWidth = 3 GraphicsWindow.DrawLine (650,30,400,70) GraphicsWindow.DrawLine (680,70,500,180) GraphicsWindow.DrawLine (690,100,600,250) GraphicsWindow.BrushColor = "saddlebrown" GraphicsWindow.FillRectangle (660,250,50,200) GraphicsWindow.BrushColor = "green" GraphicsWindow.FillEllipse (610,200,150,150) GraphicsWindow.BrushColor = "saddlebrown" GraphicsWindow.FillRectangle (340,250,50,200) GraphicsWindow.BrushColor = "green" GraphicsWindow.FillEllipse (290,200,150,150) GraphicsWindow.BrushColor = "white" GraphicsWindow.DrawText(500,464 "Photo maked by SaLLe")