CLASS OBJECTIVE
Practice the loop and draw_line call using the graph window in Raptor, by creating a given image, using lines and loops.
INTRODUCTION
Today, you'll create two different products, the first with some assistance and the second completely alone.
In the first program you'll have to use a new Call:
draw_line(x1,y1,x2,y2,color)
- x1,y1 are the coordinates for the starting point of the line
- x2,y2 are the coordinate for the ending point of the line
CLASS NOTES
Write down in your notebook the title of the class, the objective and follow the instructions.
- Draw the final flow charts, shown in both Raptor programs.
- Explain the loops structures and the draw_line coordinates.