User Tools

Site Tools


el:spriteslice

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:spriteslice [2016/01/01 22:40]
el:spriteslice [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Spriteslice =====
 +==== Format ====
 +**spriteslice** //spritenumber//, //x//, //y//, //width//, //height//\\
 +**spriteslice** ( //spritenumber//, //x//, //y//, //width//, //height// )
 +==== Description ====
 +Copy the rectangular region of the screen with it's top left corner represented by //x// and //y// of the specified //height// 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|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 ====
 +{{page>en:start#Graphics - sprites&noheader}}
 +==== New To Version ==== 
 +0.9.6o
  
el/spriteslice.txt ยท Last modified: 2020/02/28 10:46 (external edit)