A spritesheet is a large image filled with smaller images. When you display each of the smaller images in the correct order, you get an animation. If you imagine an old celluloid movie reel, unrolled, chopped up, and laid out in a large square, you have the idea of a sprite sheet. An example of a ...

learn more… | top users | synonyms

0
votes
1answer
27 views

Making SpriteSheets Work cocos2d

So I’ve been working on my cocos2d game for a little while now just using a static one frame sprite because I hadn’t gotten the graphics for the full spritesheet yet. Now I have the spritesheet, and ...
1
vote
1answer
39 views

Displaying texture in spritesheet based on ID's

I've been trying to display blocks on screen, each with different textures. I've got the spritesheet set up as well as the code. But I can't manage to get specific coordinates in the spritesheet, I ...
0
votes
0answers
13 views

game deveoping, sprites mosaic

Please excuse me about my english grammar. Hi there, I am starting in game developing, and yesterday I just got scared by some math i did here. well, in the requeriments there is the possibility of my ...
2
votes
0answers
44 views

Using Spritesheets in Tkinter

I'm writing a GUI in Python's Tkinter, and I can't find how to use the canvas's create_image method to only draw a single sprite from a spritesheet. Thanks in advance to anyone who can tell me what I ...
0
votes
2answers
43 views

CSS Sprites & DOCTYPE [closed]

I've been using < img > based CSS sprites for some time. They display and print well with no issues across all browsers. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ...
0
votes
2answers
55 views

Flash CS6 Generate Sprite Sheet zeros issue

When in Flash CS6 i want to generate sprite sheet , it works fine , creates one big texture and XML file. But! Even if my movieclip has only one frame , in XML it appears like "Cosmonaut0000" , it is ...
0
votes
1answer
61 views

How to detect collision for sprite sheets' sprite frames

I am using sprite sheet with 4 sprites. and using below code to add sprite sheet. The sprites are baseball bats at different angles and on animation these are moving like pins of clock but in ...
0
votes
0answers
23 views

how to add sprite sheet for hd

please help me on my question sprite sheet not working for retina display I have followed the step given in answer but when i use the code then in simulator the retina images are showing.. but in ...
0
votes
1answer
48 views

Embedded Image not Adding to Stage

So I have an image that I'm trying to embed to use as a sprite sheet. My problem is that I am receiving no errors at all, but my image can't even be added to the stage. It's like nothing is being ...
0
votes
2answers
47 views

sprite sheet not working for retina display

I have create a sprite sheet for non retina display and its working fine on simulator.. I have used the code -(Void)addSprites{ [[CCSpriteFrameCache sharedSpriteFrameCache] ...
0
votes
1answer
25 views

Is it possible to clone/repack a sprite sheet with new images?

Here is an example scenario Project A has a 2048x2048 sprite sheet and when unpacked, has 50 png images spread over the sprite sheet. Project B is needed to be a clone, however, it has 50 DIFFERENT ...
1
vote
1answer
38 views

Why is my sprite cropped from the bottom?

I am generating my sprite sheet using Flash Pro and loading the sprite using EaselJS. I am noticing that if my sprite is too large, it gets cropped from the bottom (i.e. the arms get cut out). The ...
0
votes
1answer
52 views

sprite sheets in native app (NOT cocos2d)

Short Q. Mostly to get me help that can point me in the right direction. I am having problem finding help on how to use and implement spritesheets (insted of loads of seperate icon.png) in a 'normal' ...
0
votes
1answer
54 views

CAKeyframeAnimation for Sprite Animation

i'm trying to animate a sprite-sheet made with Texture Packer using Core Animation. I have a NSCollection with all my sprite contents. (Keys and CGImageRef's) My Collection { "caja01.png" = ...
0
votes
1answer
58 views

Exporting spritesheet for cocos2d

I would like to know how people usually save the animations in order to load them easily in Cocos2d with as few hard-code as possible. E.G. The solution I thought of is to have one plist file ...
0
votes
0answers
24 views

Sprites for a tank

I was wondering if anyone can suggest some good sprite sheets for a tank that can go up, down, rotate to the right, rotate to the left, explode, and shoot a projectile. Thanks.
0
votes
0answers
73 views

TexturePacker in Cocos2d, xcode project

Here is my sample project with error : Download I have followed XCode4 integration of TexturePacker for Cocos2d to integrate sprite sheet creation script. Getting some error for script. Already added ...
0
votes
2answers
217 views

EaselJS spritesheet animation makes background disappear

I am working on a game using EaselJS, and I am still trying the functions provided by this great library. What I may need is Alphamaskfilter class & Spritesheet class. Currently, I have a ...
1
vote
2answers
133 views

XNA Slow down Animation

I am making the character run but the animation is extremely quick as I am doing: _frameIndex++; _frameIndex; is the value which points to the image in the SpriteSheet. Does anyone know how I can ...
1
vote
1answer
54 views

XNA SpriteSheet not working

I have added logic to show the Sprite animating but it's simply not showing on the screen. What am I doing wrong? using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using ...
0
votes
1answer
117 views

Scaling images in a spritesheet in corona

I've just started using spritesheets in corona so this might be a basic question but I can't find any info regarding it. Anyway, is it possible to scale the images inside the spritesheet? For ...
0
votes
1answer
62 views

Css Sprites - Is my file too big?

I have used before different images on my webpage and now i'm coming to optimization. It's a dating site by the way. What i have done is combine all images which i'm going to use into 1 image where ...
0
votes
1answer
132 views

Objective-C Change Sprite Sheet - Sparrow

I'm currently in the middle of developing an iOS universal app using the Sparrow framework and at the moment am trying to create a series of animations using Sprite Sheets. For the iPad Retina i have ...
0
votes
3answers
98 views

Spritesheet PNG shown at different position on live website

For some reason the images (from a sprite sheet) on my live website are positioned differently to the local version. Its driving me crazy! On inspecting the element it seems the spritesheet is being ...
0
votes
1answer
189 views

EaselJS MultiRow Spritesheet

I have a slight problem , I am using a multirow Spritesheet , where each row is a sequence of images. However I can't get the sprite sheet to start at a different Height (so it can move down) , they ...
0
votes
0answers
152 views

android surfaceview: Rotate the bitmap vs sprite sheet

I fooling around trying to develop small games without using an engine. I've created a surfaceview and it works fine. i even added a bitmap on it and when I touch the surface view i move my bitmap to ...
1
vote
1answer
131 views

Animation origin not working correctly Monogame 3.0

This has been driving me insane for the last 2 hours. I've been working on a new game, and I just put in my first animation, an explosion. The problem is this. The explosions spritesheet is ...
0
votes
1answer
197 views

html5 canvas sprite sheet random rows/columns

At the moment the code chooses from one row of images from the sprite sheet and displays it going from left to right of the screen, what I'd like to do is select random images like its doing but from ...
1
vote
0answers
66 views

Shifting to spritesheets causes flicker in spite of extruding

I have a cocos2d iOS game that was originally built with direct images (without spritesheets). I am migrating to spritesheets, and used Texture Packer to generate the spritesheets. I have several ...
0
votes
1answer
228 views

How to prevent pixel bleeding from rendering sprite-sheet generated with Zwoptex on older iOS device?

I packed up several individual sprites and generated a big sprite-sheet 2048*2048 in size with Zwoptex. But I scale down to match each iOS device such as 2048*2048 for iPad HD, 512*512 for iPhone, ...
0
votes
1answer
114 views

How to avoid multiple sprite sheets?

In starling, it's faster if you use BitmapText instead of traditional text. Which is well great except for one issue. Right now the sprite sheet I was making was with a single Fla. I just created the ...
5
votes
1answer
392 views

Drawing a Circular Timer (AndEngine)

I'm using AndEngine, and within that framework, I'd like to make a circular timer graphic. Specifically, I'd like to display the wait period for reuse of an ability. The idea is to dynamically fill ...
0
votes
1answer
42 views

NSImage from Texture Atlas

I want to build a LevelEditor and would need the sprites (their images) stored in a Texture Atlas of cocos2d in a NSTableView. Any idea how one could approach that?
0
votes
4answers
782 views

Game sprite animation

I am making a game and I want to animate my character(attacking, walking, etc) but I don't have an idea on how to do it. I know it is not for loop because if it is, the animation will play in an ...
0
votes
1answer
67 views

How to read sprite position properly on the loop; im able see edges of the other images :\

I've searched and tried few ways to do this, but can't get it right. Following code produces an ugly result; created Bitmaps contains edges from multiple icons, like 10% top and 10% left from other ...
1
vote
0answers
87 views

Using a sprite sheet and Matrix to draw to Canvas

In my app I want my sprites to rotate based on the direction they are heading, this is already done nicely with a Matrix. However, now after trying to implement some sprite animation, I have realised ...
0
votes
0answers
69 views

Change drawing row in my sprite sheets

I'm trying to develop my first Android app with animation using sprite sheets. I've followed this tutorial (http://obviam.net/index.php/sprite-animation-with-android/). Instead of using Elain_walk, ...
0
votes
1answer
90 views

Ideal number of spritesheets for LWJGL/OpenGL

I am making a game using LWJGL, and so far I decided to have 5 or 6 sprite sheets. It is like one for the blocks, one for the items, objects, etc. By doing that, I have sprite sheets with sprites that ...
0
votes
0answers
87 views

How to test a sprite sheet

I just make a sprite sheet made of 10 different sprites of my character. Now, and before implementing it in my game, I would like to try it by reading it ! Is it possible and how I do that ? Thanks ...
0
votes
1answer
133 views

My sprite looks sharp going up,down,left,right but when it's diagonal in any direction it becomes a bit blurry?

I'm coding in c# using the XNA 4.0 framework. I have noticed that when the sprite is moved up,down,left,right (it flips to face the proper direction) the sprite is sharp and in focus similar to how ...
1
vote
2answers
96 views

Changing Y-axis of spritesheet with click to move

I'm new here and to programming. I have been searching for a while, though I can't find anything to help with the problem. I'm trying to make my spritesheet cycle through the different walking frames ...
0
votes
1answer
224 views

What are “offset” and “sourceColorRect” keys texturepacker pList schema?

I'm writing a .NET service to provide data that matches the texturepacker schema to make it easy for the iOS devs to use my generated spritesheets. Here's a basic node (and I've yet to find ...
0
votes
0answers
20 views

What is the use of the variable “MAP_WIDTH = 64” in the folowing code for rendering sprite sheets

im wondering what "MAP_WIDTH = 64" does in the following code. It is taken from an episode in a series of videos on Java 2d game engine design and i have linked the video in question. The sprite ...
0
votes
2answers
159 views

Divide a 2D array into multiple arrays using a separator

I have converted a JavaScript spritesheet to a 2D integer array, and now I'm trying to split a 2D array of integers into multiple 2D arrays, using 1 as the "separator" number. Is there any way to ...
0
votes
2answers
264 views

How to load the loading scene background in cocos2d without blanking out?

I have a cocos2d game that has a loading scene where we load a bunch of assets. The game starts with the splash screen, and then launches the loading scene. The loading scene starts by loading the ...
0
votes
1answer
48 views

Which APIs should we use to add spritesheets and sprites to a cocos2d game?

While creating a cocos2d iOS game, there are several options to add spritesheets - CCTextureCache::addImageAsync, CCSpriteFrameCache::addSpriteFramesWithFile, etc. - what is the difference between ...
3
votes
1answer
190 views

PySide: Separating a spritesheet / Separating an image into contiguous regions of color

I'm working on a program in which I need to separate spritesheets, or in other words, separate an image into contiguous regions of color. I've never done any image processing before, so I'm wondering ...
2
votes
1answer
218 views

Techniques for drawing spritesheets in OpenGL with shaders

I'm learning OpenGL with right now and I'd like to draw some sprites to the screen from a sprite sheet. I'm note sure if I'm doing this the right way though. What I want to do is to build a world out ...
0
votes
1answer
156 views

What kind of images should go into a spritesheet for a cocos2d ios app?

I apologize upfront for the long question, with multiple subquestions, but the question is really as stated in the title. All that follows is a detailed breakup of different aspects of the question. ...
0
votes
1answer
255 views

Using EaselJS sprite sheet in existing code

I want to modify existing code which uses an image to animate, and use a sprite sheet instead. I'm using the EaselJS library for this. The piece of code that creates the objects for animation: ...

1 2 3