Looks
Program a sprite's image, size, and visibility
Last updated
Program a sprite's image, size, and visibility
Last updated
Show the selected sprite or hide the selected sprite on the canvas.
Returns true if the sprite is visible, and false if it is hidden
Set the sprite's image to the next or previous image in the sprite type's picture list.
Set the sprite's image to an image in the sprite type's picture list.
Set the Sprite's height or width.
Change the sprite's height or width.
Get the sprite's height or width.
Flip Sprite along a specified axis.
Add freeze frame of sprite in current position.
Draw line between two points with specified width and color.
Draw circle outline at specified point with a given radius.
Draw filled circle at specified point with a given radius.
Draw a polygon outline at a specified point. The number of sides, length of sides, and angle of rotation (measured in degrees) can be specified.
Draw a filled polygon at a specified point. The number of sides, length of sides, and angle of rotation (measured in degrees) can be specified.
Clear all the drawings on the specified canvas.
Get an image of the specified canvas. Returns a base 64 encoded image.