GLBasic forum

Feature request => 2D => Topic started by: MrTAToad on 2008-Dec-29

Title: GrabSprite
Post by: MrTAToad on 2008-Dec-29
GrabSprite currently can only grab from the back buffer - would be nice if it could also grab from a USESCREEN as well
Title: Re: GrabSprite
Post by: Schranz0r on 2008-Dec-29
you "grab" it :D


CREATESCREEN id_screen%, id_sprite%, w%, h%

id_sprite% are the spriteID =D



DRAWSPRITE id_sprite%,x,y
Title: Re: GrabSprite
Post by: MrTAToad on 2008-Dec-30
Unfortunately I want a portion of the screen, not the whole thing.