Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
8k views

Oolong, SIO2 or commercial Game engine for 3D iPhone Games newbie?

I'm trying to pick between the Oolong and SIO2 iPhone game engines for my first game programming project. I have some Cocoa experience and many years of C++ including relatively low level 2D graphics ...
3
votes
3answers
780 views

Game engines for iPhone vs. native iPhone sdk development

What are people's opinions and/or experiences with game engines such as Unity or Torque Engine? If one were new to iPhone game dev is it worth it to learn one of the engines? What is the performance ...
1
vote
1answer
98 views

Ledge grab and climb [closed]

I just started on a new project. In this project one of the main gameplay assets is that you can grab a ledge on certain points in a level and hang on to it. Now my question, since i've been ...
0
votes
0answers
122 views

shuffle data and get it back from database table… check my code

var RetrieveQuestionURL = "http://"; your server address...having php file var Ques_in_Array : Array; var newArray : Array; var arr : Array; var Ques_n_Ans : String; var Score : int = 0; var ...
0
votes
1answer
201 views

How to Lerp between 2 Z-Axis points in Unity, and Scale a Component accordingly

I'm working with Unity 3 for a University project and am finding it a little confusing. My total level size will be just a quadrilateral area with a wall on each side, but within this will be two ...