The sprite-sheet tag has no wiki summary.
9
votes
4answers
219 views
Animated .GIF vs Spritesheet + JS/CSS
Which will scale best for performance, file-size, (and my sanity): Animated .gifs or a spritesheet with animations using CSS (and JS when need be)?
Filesize
So, I'm honestly not sure which will be ...
5
votes
1answer
399 views
Spritesheet in Silverlight
Does anyone have an example of using a spritesheet in Silverlight? I'd like to clip the image and, when a button is pressed, jump to the next frame. (If the user keeps tapping the button, it'll look ...
5
votes
1answer
668 views
How do I use texSubImage2D to show sprites in webgl?
I can display my entire sprite (32x512) successfully with this call to gl.texImage2D:
gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, image);
It's squished horizontally, like I ...
2
votes
2answers
88 views
Media Fragment URI Alternative in CSS?
So, I'm looking to do a background image in CSS using a sprite sheet. And just to be clear, no I am not going for this effect. I have a full sprite sheet, and I would like to take a 16px by 16px ...
2
votes
2answers
84 views
How can I scale/stretch/skew a sprite from a sprite sheet with javascript?
Some background:
I am making a raycaster, well... was making. But I decided to change it up a bit. I started off going on creating the ray caster and decided it would be so much easier to just display ...
2
votes
1answer
1k views
Android: How to rotate a moving animated sprite based on the coordinates of its destination
My application fires up sprite instances around a Canvas which then move across the screen towards a x/y coordinate. I would like to be able to rotate the sprite around its center so that it faces its ...
2
votes
1answer
257 views
How to implement SpriteSheet (Atlas) with Windows Mobile 7?
How to implement SpriteSheet (Atlas) with Windows Mobile 7?
2
votes
1answer
919 views
How can I use more than one sprite sheet? cocos2d/iPhone
I'm trying to use more than one sprite sheet because I can't fit them all on one and having two makes my ordering them easier (sprite sheet one sprites are in the back and have a lower zOrder). I'm ...
2
votes
1answer
1k views
XNA Game, Full Screen Animation / Video Playback
I have an XNA game (its a slot machine).
I have some really cool animations my artist made for me that are more or less 1600x1000 and over 50 frames.
For all of the animations so far I have been ...
1
vote
1answer
75 views
How do I scale a sprite sheet in XNA?
I decided to have a play with XNA for Windows Phone 7, and for my first game, I need to take an image and split it up into square sprites, so the image essentially becomes a sprite sheet. The original ...
1
vote
1answer
86 views
Creating an image from a sprite sheet using the original images file name
Creating sprite sheets aka texture atlases rather than using many hundres of individual images is recommended everywhere. I have hundreds of images for a word learning game; but there are hundreds of ...
1
vote
1answer
121 views
SpriteSheet Animation with XNA
I'm working on my First 2D Game with XNA and I have a little problem.
To give a running effect to my Sprite, I scroll through a SpriteSheet with this code(running right):
if (AnimationDelay == 6)
...
1
vote
1answer
45 views
CSS spritesheet for images with a group of divs
Im trying to use a spritesheet for a bunch of boxes, the way I am doing it obviously calls the image multiple times (causing the spritesheet to be useless, or actually worse). Just wondering how I ...
1
vote
1answer
84 views
Android sprite moves when it is supposed to be stationary
I created a sprite that is 18 frames long and it is supposed to be stationary and run through the frames and loop the animation, but when it runs it moves slowly across the screen as it animates until ...
1
vote
1answer
202 views
Sprite sheets vs animations
I'm developing a flash game and I hired a graphic designer to make it look more professional. The problem is that I don't know if I should use timelime animations or sprite sheets.
Here is an example ...
1
vote
1answer
434 views
cocos2d transition between different scenes in iphone
I am intending to develop a story book using cocos2d. So i think i want to create scenes corresponding to the book pages. The book may consist of some 100 pages. So creating that much scene will be ...
1
vote
3answers
329 views
Sprite Sheet With OpenGL and SDL
I been working in a new game, and finally reached the point where I started to code the motion of my main character but I have a doubt about how do that.
Previously, I make two games in Allegro, so ...
1
vote
3answers
166 views
How to reduce memory usages while loading sprite sequences of images in AS3
I've made a *.swf file of the sprite sequences of 1000 images with (780 x 480) size. After that I embed this with another one class to show but every time it crushes during run time because of ...
1
vote
2answers
145 views
Sprite-sheet Usage in Web Application (.NET MVC)
I just recently deployed a web application (.NET MVC) that has quite a bit of images / icons (Current there are around ~50 separate .png files taking up around 40KB.) throughout and I was curious as ...
1
vote
1answer
674 views
Corona - how to make sprite sheets compatible with dynamic image resolution
Corona has a method for creating images that will be displayed dynamically based on device resolution:
img = display.newImageRect("image.png", 100, 100)
Great, but what if all your images are in a ...
1
vote
3answers
233 views
cocos2d determining where on screen user is touching
I am trying to determine where the user is touching in relation to the character on the screen using cocos2d sprites. When the user clicks to the left of the sprite, I want the sprite to run to the ...
1
vote
3answers
642 views
What are the pros and cons of a sprite sheet compared to an image sequence?
I come from a 2D animation background and so when ever I us an animated sequence I prefer to use a sequence of images. To me this makes a lot of sense because you can easily export the image sequence ...
1
vote
2answers
3k views
Sprite-Sheet BLIT with HTML 5 Canvas?
Looking for an example of someone doing a a sprite sheet BLIT with javascript and the HTML 5 Canvas tag.
I've been looking at Processing.js a bit, but I haven't found a clear cut example of how to ...
0
votes
0answers
6 views
How do you use a sprite sheet with different sized sprites in Slick2D?
I've searched through the api for SpriteSheet, but I couldn't find anything on how to make a sprite sheet with different sized sprites.
The sprite sheet that I'm using has a row of 16x16px tiles, a ...
0
votes
1answer
18 views
SVG & Spritesheets
Is this combination possible? I have a retro-style spritesheet, however I'd like to use SVG with it in order to apply some effects such as shadows, outlines, and other things. Don't question it.
I ...
0
votes
2answers
43 views
Error removing sprites from a spritesheet in Cocos2D
I'm in the initial building stages of an iphone game, and I'm using sprite sheets to create some random people, each one with sub-sprites for hair, clothing etc.
I'm storing my sprite images in ...
0
votes
1answer
22 views
Animating a Sprite with a Sprite Sheet gives an uknown error
I am trying to get a sprite to animate itself forever. There are no problems, and it builds fine. I get past the menus and when I click on the scene that has my sprite that I want to animate on it, it ...
0
votes
1answer
55 views
How to use an image like a sprite sheet with an image class?
My research on rendering 2d images led me to this...
Spritesheet in Silverlight
This Answer was good enough however, I do not want to use rectangle.
I think using an image class to just show the image ...
0
votes
1answer
51 views
Java: I don't understand the point of part of this sprite-sheet reading code?
Sorry, this is a bit of code, but there's not much to cut out here. This is supposed to read an image(a sprite-sheet of the alphabet) and cut it into smaller subImages that are each individual letter. ...
0
votes
1answer
38 views
Change a sprite texture, with image from a sprite-sheet
I'am stuck!
This is how I create a sprite with texture form a sprite-sheet. But how do I change the sprites texture later on?
I have tried using setTexture but I can't get i working.
...
0
votes
1answer
68 views
time delay for sprite, cocos2d
i want to add a delay to a sprite so when i enter a new scene it doesnt play straight away, any advice would be greatful thanks
heres the code of the sprite if it helps
//SPRITES BIRD ONE ...
0
votes
2answers
75 views
EaselJS and SpriteSheet
I'm simply trying to get each frame in a sprite sheet but all I keep getting is the first frame, here's the code:
function handleImageLoaded(e)
{
var c = new Container();
var d = { };
...
0
votes
0answers
22 views
How to implement SpriteSheet (Atlas) with Windows Mobile 7 and i can't make the SpriteSheet class availablein game
I try do it like in
How to implement SpriteSheet (Atlas) with Windows Mobile 7?
I have problem with part B
B. To make the SpriteSheet class available to your game
Right-click the References item in ...
0
votes
0answers
36 views
objective-c drawing multiple sprites from one texture
Newbie to Apple, and graphics programming. I'm trying to learn, but stumbling. I understand the concept of a map atlas for an image texture and how it can be used as a sprite map of multiple images ...
0
votes
2answers
69 views
Cocos2D - Efficient Sprite Sheets with Transposed Sprites
I have just started using sprite sheets in Cocos2D in an attempted to better utilize the texture memory and the artist generating my assets has a script that he used for some previous games in ...
0
votes
1answer
205 views
XNA Trouble drawing part of 2D sprite sheet to screen, black lines result
I am currently trying to render a 2D sprite sheet using the code below and all it's resulting in is rendering just the background color of the image with black lines going through it. The image is ...
0
votes
1answer
119 views
sprite running + shooting animation doubts
Could anybody give any tip about how a running and shooting animation for a sprite is done? I mean, how to sincronize it with the running animation to make the transition running -> running + fire -> ...
0
votes
1answer
116 views
Crop Texture2D Spritesheet
I'm developing a game which will have spritesheets, like so:
I know when you do spriteBatch.Draw(...) you can draw a certain portion of the image, but for what I'm doing, I need to have a separate ...
0
votes
1answer
105 views
Texture and animation in iOS
I am developing a game for iPhone retina enabled.
This game has alot of sprite sheets to be used.
MyQuestion which is better to use
1) pvr
2) pvr.gz
3) pvr.ccz
4) or normal png format
which is ...
0
votes
1answer
201 views
spritesheet animation
I'm trying to get a script to run but I'm having a little trouble. I've only used javascript once before, but now i have to make a character animation walk back and forth on a web page and continue ...
0
votes
0answers
31 views
errors using zwoptex
I'm using zwoptex to pack a spritesheet for a page that will just load a character onto a web page and my debugger gives me a warning and an error.
the warning is
DEPRECATED: SpriteSheet 3rd parser ...
0
votes
1answer
21 views
lime.fill.Frame isn't a constructor
I'm trying to write a JS script using Lime.js to make an animation walk across the screen. The source for the image is a spritesheet. When is gets to this
var frame = new ...
0
votes
0answers
154 views
Finding the appropriate offset for a spritesheet made from sprites of different sizes
I have a spritesheet made from 100 or so images. The spritesheet is made by Texture Packer in tif format, and is accompanied by a JSON. My intention is to create an animation by using the following ...
0
votes
0answers
27 views
Saving spritesheet info (individual image size, spacing, number of frames etc)
I've been using spritesheets in my current project (C#), still doing everything programmatically - setting the size for each indivdual frame, the spacing between each frame etc. I'm coming up to the ...
0
votes
3answers
302 views
Spritesheet programmatically cutting: best practices
I have a big spritesheet (3808x1632) composed by 42 frames.
I would present an animation with these frames and I use a thread to load a bitmap array with all the frames, with a splash screen waiting ...
0
votes
1answer
139 views
How to draw only a portion of sprite sheet to CCGLSurfaceView in Android Cocos2D?
I am starting out Android Cocos2D from here. I see that a sprite image can be added directly.
However, I already got myself a huge sprite sheet, it got every single sprites used in the game.
Is ...
0
votes
1answer
272 views
How does memory usage increase as you load textures in Cocos2d (using sprite sheets)?
I am building an app that uses Cocos2d to create a map of content (technically a big Tree in the graph theory sense). Each node is represented by a sprite with it's own texture, with the leaf nodes ...
0
votes
1answer
123 views
sprite vs individual images
Ok - for a web SITE that loads over and over again this is an obvious question. One sprite sheet (that will probably be cached on the users system) and some fancy css background-position trickery, and ...
0
votes
1answer
569 views
play and stop spritesheet Using lua for corona
I have created a sprite sheet which plays continuously,
local sheet3 = sprite.newSpriteSheet( "sample.png",400,317)
local spriteSet3 = sprite.newSpriteSet(sheet3, 1, 8)
sprite.add( spriteSet3, ...
0
votes
1answer
638 views
Corona - create regular display objects from sprite sheets?
This is normal way of displaying an image:
local img = display.newImage("image.png");
But doesn't it save memory to put all your images in one large image and export from Zwoptex? There is ...