This action will draw an ellipse at a given position within the room. You give the top left position and the bottom right position of the area that the ellipse is to "fit" into, and the ellipse will be drawn between them. The positions can either be an absolute position within the room, or a position relative to the instance calling the action, and you can also set whether the ellipse can be filled or outlined by checking the fill box at the bottom.
NOTE This action is only for use in the various Draw Events, and will not draw anything if used elsewhere.
Argument | Description |
---|---|
Left | The left position to start drawing from |
Top | The top position to start drawing from |
Right | The right position to end drawing from |
Bottom | The bottom position to end drawing from |
The above action block code draws a series of outlined concentric ellipses at the instance position.