Sprite Command Example
Action
Creates a sprite in the selected Graph2D. The sprite is based on a bitmap on disk at the address (including .BMP extension) path. The local name of the sprite is the value of the first argument. The initial location of the center of the sprite is the third argument.
sprite "mysprite" "red.bmp" [0,0] in "mywindow";
Creates a sprite whose image is given by red.bmp on disk at point (0,0), whose name is "mysprite".