Top "Sprite" questions

A sprite is a two-dimensional image or animation that is integrated into a larger scene.

Using CSS Sprites on anchor tags

I'm looking for some CSS guru advice on best structure. I'm implementing sprites instead of icons on a horizontal 'list'. …

css css-sprites sprite
CSS sprite image + background-repeat a part of it

Can I repeat a part of an image [which it's in a CSS sprite image] in the background ?! like for …

css sprite background-position background-repeat
Working with sprite sheet animations in Android

I have been doing a lot of research, but I cannot find a clear example on rendering a spritesheet as …

android animation android-animation sprite sprite-sheet
Can't find suitable example for android 2d opengl sprite class which does not use GL11Ext for drawing

As SpriteMethodTest says there are many ways for drawing sprites. Firstly, I tried canvas, and had some performance problems. Next, …

android opengl-es 2d sprite
AS3 Cannot access stage from custom class

How can I access the stage and especially the width and mouse position of the flash Movie from a custom …

actionscript-3 sprite stage
Combine Array of Sprite objects into One Sprite - Unity

I have an array of Sprite objects in Unity. Their size vary depending on the image loaded. I want to …

c# unity3d textures sprite texture2d
Purpose of mipmaps for 2D sprites?

In current Unity, For use in Unity.UI as conventional UI .. for any "Sprite (2D and UI)", in fact it …

unity3d textures sprite mipmaps unity3d-ui
SVG sprite icon background position appears off in newer version of Chrome

I am using a background-image SVG sprite, and everything looks great on my versions of Safari, mobile Safari, Chrome, Firefox, …

css google-chrome svg sprite background-position
Using jQuery to change the background position of a sprite in CSS for all elements

I have an image sprite that is the background of the main div, with a dozen links inside it. Instead …

jquery css background sprite background-position
How to remove gaps between tiled textures?

I'm using LibGDX to make a platformer. I'm using square tiles for the platforms but when they are drawn some …

java libgdx textures sprite tile