I\'ve tried
[[CCTextureCache sharedTextureCache] addImage: @\"still.png\"];
But I always end up with a distorted image for some reason. It\'s m
This simple one line can do your task.
[sprite setTexture:[[CCTextureCache sharedTextureCache] addImage:@"slot.png"]];