Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_开发百科
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I need to create a sprite graphic, I hope that\'s the right name for 开发者_C百科it, to use that with jQuery to move that graphic from position to position to make it look like a gif animation.
I can do background: url(/images/sprites.png) no-repeat 0 -22px; or background: url(/images/sprites.png) no-repeat top center;
I want to make a giant layer of sprites (well maybe not giant, but about 4 or 9 screens) and want to be able to scroll around by using touch. just trying to plan out an app and any info would h开发者_
Where are the origin (x,y) coordinates on a sprite? Is it at the top left开发者_JAVA百科? Is it different in cocos2d?In cocos2d, the origin of a sprite is in the middle of the sprite, but you can chan
I can import FXG files as Sprites as follows: import graphics.mypic; // graphics/mypic.fxg var mysprite:Sprite = new mypic();
I\'m trying to use a sprite to show an image, but nothing appears, just white space.This is in an ASP.NET program.
I have 9 Buttons along the bottom nav of my web app (think iOS nav bar - but this is NOT a mobile app).
In this game im trying to create, players are going to be able to go in all directions I added one single image(1024x768 2d texture) as background, or terrain.