Possible to copy a portion of a image and store as a sprite?

With another programming language that I use, there is a command:
GRABSPRITE no%, x%, y%, width%, height%

Grabs a portion of the back buffer from location x%, y%, with width width% and height height%, and stores it as sprite no%. This command is very handy for spilt screen programs or mirror effects as well as dynamical texture generation for 3D objects.

Is there a command in Corona that is compatible? or maybe sample code to Do as above?

If not, I'll have to make seperate sprites for the objects.

Thank you

Hey there,

No, there's no way to grab a portion of an image to use as a sprite.

Sorry :(

Peach

You would have to do it manually (make a png)

views:1423 update:2011/10/15 14:27:43
corona forums © 2003-2011