...Has anyone done this yet? I am going to try and use the below code for ideas. http://www.cocos2d-iphone.org/forum/topic/14455...
Search Results for "forum topic ground lof png tileset" (9 / 31)
@straydogstrut: Hi. How are the game design schools these days? Regarding the Game Kit, yes, the knowledge covered can be applied to other game genres. The book goes into the basics of Objective C, Cocos2D, and introduces you to many applicable topics such as the Zwoptex spritesheet maker, touch-...
Someone else was also having trouble converting node to world space. I don't know if it's the same issue I'm having. Maybe since Cocos2D is still just version .99.4, this really is just a bug. http://www.cocos2d-iphone.org/forum/topic/2634 Just to be clear, when people say world space, do the...
...Looks like you can use UIWebView within a Cocos2D layer: http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/ Here’s someone who worked through getting their UIWebView to work in Cocos2D: http://www.cocos2d-iphone.org/forum/to...
Check this thread: http://www.cocos2d-iphone.org/forum/topic/6144 Detail: (copied from above thread) Thanks CJ! Changing CCDirector pixelFormat to RGBA8888 eliminated the dithering. Weird, my version of 8.2 release has Director.pixelFormat defaulted to RGBA8888, which is why I never even ...
...Check out this post about pathfinding: http://www.wizardfu.com/forum/topic/a-pathing-for-better-enemy-ai It has been shown to work: http://dl.dropbox.com/u/7923657/temp/Pathing_Test4.mov but the code is apparently being refined because it’s slow.....
...I just found this and will try it, I will probably still need help so its always welcome… :) http://www.wizardfu.com/forum/topic/running-shooting#post-233...
...you can search the cocos2d website for various examples, there are plenty of code examples and complete (game)projects available. I found this one usefull for an effect used in my game: (sprite bouncing) http://www.cocos2d-iphone.org/forum/topic/8755......
...I had a similar problem a while back… have a look at this post, it may be a similar issue: http://www.wizardfu.com/forum/topic/horizontal-banding-in-tilemap...
...ok, I read this post //wizardfu.com/forum/topic/how-can-i-make-it-work-on-ios5-with-xcode4-2/ commenting out those lines everything works well. sorry to bother you ;)...