...You probably have images from two different tilesets on the same layer....
Search Results for "press wraithbinder images wraithbinder keyart2.jpg" (8 / 9)
Here are some examples of graphics artifacts where you see "tearing" or gaps between tiles. This is from 3.3.21, forest02, which has an empty layer checked. (You can take screen captures on you iOS device by pressing the home button and the power button at the same time). EDIT: I added some more ...
Nat, Thanks. I managed to figure it out, I think. The solution I'm going to use will load a .plist with entries in it pointing to questions and answers. Each element within the .plist will have three sub-elements: A string describing the location/name of an image resource representing the que...
...Try checking out the destroyable rocks in the game. They seem to get smaller as you hit them. My guess is there is probably several images that it cycles through until destroyed. Just a guess because I haven’t looked at that code yet....
...Yes, thank you but that is for an item in the game not a wall based on tiled images. How would you animate a tile image is basically what i am after....
...I suggest having a quick look at the sprite sheets to ensure the ones that are loaded into your game are the same resolution. When creating graphics for retina display and non-retina…. you have images that will load double the size if incorrectly...
...Maybe try checking out self.scale calls to make sure the images aren’t being scaled larger than you need/want....
...When the character is not walking or attacking, it is standing. Check your sprite sheets for the images used for the standing key. HTH...
Thanks Nat, I reviewed everything and the issue was: - We should use "apple.png" in objects.plist, "apple.png" in objects-hires.plist and "apple.png" in objects-2hires.plist I named the images as the following and this was the mistake: "apple.png" in objects.plist "apple-hires.png" in objects...
...http://corona.techority.com/2011/01/26/how-to-add-a-score-to-your-iphone-app/comment-page-1/#comment-7978 Hey can you take a quick 5 minute glance at this tutorial I found online? I can find my own images for it, but how can I Implement a simple score i...