How can I call different sprites images and properties of it from a file ?

Posted by srikanth rongali on Stack Overflow See other posts from Stack Overflow or by srikanth rongali
Published on 2010-03-23T06:02:41Z Indexed on 2010/03/23 6:03 UTC
Read the original article Hit count: 225

My small game consists of a player and 10 targets. I have an excel sheet of information of target. It includes the target speed, target accuracy, target probability of hitting of the player. These factors change from target1 to target10. Each time target should appear on screen starting from target1 to target10. How can I call them in such a way?

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about cocos2d