THE OBJECT SHAPE NUMBER N BECOMES A SQUARE WITH ROUNDED CORNERS
ACTION
The command SHAPE_SQUARE_ROUNDED N changes the shape of the object SHAPE number N, which becomes a square with rounded corners.
SYNTAX:
SHAPE_SQUARE_ROUNDED N
USE ERROR EXAMPLE
shape 1
width 1,300
height 1,100
caption 0,"CIRCLE"
pause 2000
shape_square 1
caption 0,"SQUARE"
pause 2000
shape_square_rounded 1
caption 0,"SQUARE_ROUNDED"
pause 2000
shape_rectangle 1
caption 0,"RECTANGLE"
pause 2000
shape_rectangle_rounded 1
caption 0,"RECTANGLE_ROUNDED"
pause 2000
shape_ellipse 1
caption 0,"ELLIPSE"
pause 2000
shape_circle 1
caption 0,"CIRCLE"
SHAPE_SQUARE_ROUNDED
SHAPE_SQUARE_ROUNDED N
SEE ALSO
SHAPE
SHAPE_CIRCLE
SHAPE_ELLIPSE
SHAPE_RECTANGLE
SHAPE_RECTANGLE_ROUNDED
SHAPE_SQUARE