Wipeout for MoxyDraw

Creates a Wipeout.


Syntax:

Wipeout
points collection string

points collection string:

Sets all points as a string. It can have infinite number of points. The format is "pointX1,pointY1_" as follows:

pointX1 = Sets the first position point X.

pointY1 = Sets the first position point Y.

_ = Separator between points.


Infinite points can be entered as follow: "pointX1,pointY1_pointX2,pointY2_pointX3,pointY3_pointX4,pointY4_" and so on...

Note:

MoxyDraw checks if the wipepout is closed and if not, it will be closed.

Examples:

Wipeout
0,0_5,0_5,3_0,3

Does a rectangle.



Wipeout
0,0_6,0_3,6

Does a triangle.