Tagged Questions
0
votes
0answers
105 views
Detect Sprites, they are in Shape or Not which random draw in Cocos2d
I have searched a lot on web and found some of help ful links as exact my question.
Link 1 Link 2
But still i am not success to achieve this,
i have done some of code lines, as like draw line by ...
0
votes
2answers
169 views
Looking for feedback on design pattern for simple 2D environment
I'm working in iOS.
I am trying to make a very simple 2D environment where there are some basic shapes you can drag around with your finger. These shapes should interact in various ways when dropped ...
1
vote
1answer
59 views
Issues with background coordinate configuration in objective c with runAction?
In my game I want to have two backgrounds going one after the other creating a continuous loop moving to the left. However, right now one goes, and the other does not follow it.
Here's what I ...
0
votes
3answers
422 views
Rotating Sprite around Y-Axis (2D)
I'm going to be creating a game soon, and part of it involves spinning sprites. The sprites will be spinning around the Y-Axis (imagine a spinning plate on top of a stick, where the stick stands up ...
-1
votes
1answer
210 views
Need ideas on how to give my levels structure
I am making an iOS game for a project at school. It is going to be a tiny bit like Fruit Ninja, as in it will have different things on the screen, and when you hit them, they die, and you get points. ...
2
votes
1answer
593 views
How do you get textures out of a png file
I have 1 png of many different textures. I want to use these textures in my iphone game using cocos2d. I found the program "Zwoptex" where you can combine many textures to one png and create a plist ...
0
votes
1answer
238 views
iPhone Game - Sprites
I have made games with cocos2d for the iphone however I am looking to move on from that, is there a good direction you could suggest? If not I was planning on using what the SDK gives me, and so for ...
12
votes
5answers
2k views
Tools for generating texture atlases/sprites from source images? [closed]
Is there an industry standard file format for texture atlases?
What are the apps that take a directory of images and turns it into a texture atlas png and a text file describing what's on it?
This ...