Hi all, How can I change an image position like background-position in css? By position I don't mean the position of background like ccp(200,150), I mean for example, I have an image with resolution of (1000,200) that contains 5 (200,200) images. I show this image in (200,200) sprite and I want to change the image position so I can show 5 pictures in 1 picture. I think If you want to show a movement like running, you use sprites with like 10 frames of movement and change the picture position so it looks like a person is running. How can I do that? thanx in advance
|
|
Instead of using the The way it works is you have one manager (which manages AtlasSprites for one image) and one or more AtlasSprites (which display the whole, or part of an image)
|
||
|