How to create games with scrolling?
- by Chandan Shetty SP
In games like city story or we farm how do they implement scrolling?
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).
I played those games in 3G iphone they are working fine.
Any idea how they implemented their scrolling mechanism?