What do you do with sprite sheets? - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: Archive (https://www.vg-resource.com/forum-65.html) +--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html) +---- Forum: Creative Zone (https://www.vg-resource.com/forum-86.html) +----- Forum: Spriting and Pixel Art (https://www.vg-resource.com/forum-14.html) +----- Thread: What do you do with sprite sheets? (/thread-9065.html) |
What do you do with sprite sheets? - Run_jump_destroy - 09-15-2009 When you want just 1 image out of them? RE: What do you do with sprite sheets? - nicktheslayer - 09-15-2009 Uhh.... What?? Explain better. RE: What do you do with sprite sheets? - Run_jump_destroy - 09-15-2009 (09-15-2009, 06:56 AM)nicktheslayer Wrote: Uhh....Well. Um. There's tons of images on the sheet. But I only need one at a time. RE: What do you do with sprite sheets? - Ravecat - 09-15-2009 paint RE: What do you do with sprite sheets? - Nystre - 09-15-2009 Paste it into MSPaint and use the selection tool to cut or copy and then paste your image wherever you want it. RE: What do you do with sprite sheets? - Sengir - 09-15-2009 spritesheets are not intended for wanting just one sprite. They are for loading into games. Once loaded, the code will animate this sheet by displaying each frame in a flip-book manner using parameters specified by the programmer. RE: What do you do with sprite sheets? - Dazz - 09-15-2009 (09-15-2009, 07:44 AM)NorskSengir Wrote: spritesheets are not intended for wanting just one sprite. They are for loading into games. Once loaded, the code will animate this sheet by displaying each frame in a flip-book manner using parameters specified by the programmer. You interoperated the question wrong. He asked what if you want one image out of the a sprite sheet, and not to use the whole sheet. Not if you want to make a sprite sheet out of one sprite. RE: What do you do with sprite sheets? - Sengir - 09-15-2009 oh, alright. |