User Tools

Site Tools


en:spriteslice

This is an old revision of the document!


Spriteslice (Statement)

Format

spriteslice sprite_number, x_position, y_position, width, height_expr
spriteslice ( sprite_number, x_position, y_position, width, height_expr )

Description

Copy the rectangular region of the screen with it's top left corner represented by x_position and y_position of the specified height_expr and width and create a sprite. The sprite will be active and movable but will not be visible until the Spriteshow statement is executed. It is recommended that you execute the Clg command before drawing and slicing the sprite. All unpainted pixels will be transparent when the sprite is drawn on the screen. Transparent pixels may also be set by drawing with the color CLEAR.

See Also

History

0.9.6oNew To Version
en/spriteslice.1471027060.txt.gz · Last modified: 2020/02/28 10:46 (external edit)