Top "Sprite" questions

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

libgdx sprite fade out

I'm working on 2D shooting game in LibGdx. I have to mention that I'm new to LibGdx, and I'm trying …

sprite libgdx fadeout
How to make an enemy follow the player in pygame?

I made part of a game. It runs well but I would like to add enemies in my game. So …

python pygame sprite game-development
Textured points in OpenGL ES 2.0?

I'm trying to implement textured points (e.g. point sprites) in OpenGL ES 2.0 for a particle system. Problem I'm having …

opengl-es sprite glsl point
Sprite Rotation in Android using Canvas.DrawBitmap. I am close, what am I doing wrong?

I have this sprite rotating algorithm (its poorly named and just used for testing). It is so close, sprites drawn …

android rotation sprite
Android: tween animation of a bitmap

My app implements its own sprites by calling the following in my view's onDraw() method: canvas.drawBitmap(sprite.getBitmap(), sprite.…

android animation sprite tween
How to color-fill a black and transparent image in iOS?

For example, in the iOS toolbar, you drag in your own .png which is opaque black and transparent, and it …

iphone objective-c ios colors sprite
Unity Resources.Load<Sprite> vs as Sprite

I've tried to change the image of my object with this code (used as Sprite cast): GetComponent<SpriteRenderer>().…

unity3d resources load sprite renderer
how to detect if the sprite has been clicked in pygame

Im new in pygame, right now im working with sprites. My question is how do i detect if the sprite …

python sprite pygame
Convert Video into JPEG Sprite

I know video can't be turned directly into a motion JPEG but what I'm after is for each frame in …

jquery image video sprite
Smooth walking sprites in HTML5 Canvas

I'm developing an isometric html5 game in canvas (& js). My grid consists of columns (x) and rows (y). Currently …

javascript html canvas sprite isometric