How to create games with scrolling?

Posted by Chandan Shetty SP on Game Development See other posts from Game Development or by Chandan Shetty SP
Published on 2010-12-01T13:44:15Z Indexed on 2011/01/14 10:59 UTC
Read the original article Hit count: 230

Filed under:
|
|

In games like city story or we farm how do they implement scrolling?

  1. To do scrolling using UIScrollView the EAGLView size has to be bigger. In those games EAGLView size look like more than 1024*1024. But there is limitation in viewport size in iphone devices(in 3G iphone max is 1024).

  2. I played those games in 3G iphone they are working fine.

  3. Any idea how they implemented their scrolling mechanism?

© Game Development or respective owner

Related posts about iphone

Related posts about methodology